jbyuki / one-small-step-for-vimkind

Debug adapter for Neovim plugins
MIT License
409 stars 11 forks source link

Feature request: Add a way to stop the debuggee; Implement exited and terminated events #8

Closed b0o closed 3 years ago

b0o commented 3 years ago

After I've finished debugging, I'd like to stop the debugger and associated processes. Currently with osv that doesn't seem possible.

jbyuki commented 3 years ago

I added a require"osv".stop() which should do just that. Could you test with the latest commit. If it works, you can close this issue.

b0o commented 3 years ago

Apologies for the delay; I just got a chance to test this and it's working. Thank you @jbyuki!