Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add disconnect to the dap-repl #225

Closed
mikesmithgh opened this issue Jan 31, 2023 · 2 comments
Closed

Feature Request: Add disconnect to the dap-repl #225

mikesmithgh opened this issue Jan 31, 2023 · 2 comments

Comments

@mikesmithgh
Copy link
Contributor

I have recently started debugging with dlv (https://github.com/go-delve/delve) and have a use case where I am debugging remotely. I would like to disconnect rather than terminate the debug session. I am able to do this by calling nvim-dap directly, but would like the option for an icon to disconnect.

dlv has the ability for a multi-client mode (https://github.com/go-delve/delve/blob/master/Documentation/api/dap/README.md#launch-and-attach-configurations)

dlv --headless --accept-multiclient=true

This allows me to disconnect and reconnect the debug session.

Feature request:

Add disconnect icon and action to the to dap-repl.
Source:


dap-ui-repl

Thanks!

rcarriga added a commit that referenced this issue Feb 7, 2023
@rcarriga
Copy link
Owner

rcarriga commented Feb 7, 2023

Done in latest master 😄

@mikesmithgh
Copy link
Contributor Author

Screenshot 2023-02-07 at 7 53 31 AM
Looks good to me, Thanks! :shipit: 👍

@rcarriga rcarriga closed this as completed Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants