-
Notifications
You must be signed in to change notification settings - Fork 174
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]: Switch to vscode-js-debug #249
Comments
In the use of vscode-node-debug2, the breakpoint never works even if is says ' Debugger attached '. |
The issue here may also be interesting to you. |
Thanks. I took another look at this other debug adapter and I could not work out how to drive it. Vscode-node-devug2 works well enough for now. I see they are using custom undocumented protocol extensions so I’m NOPE for now on that 👍 same for you in nvim-dap I guess? |
FYI, vscode-js-debug has released a pure DAP server (so, using the new 'startDebugging' feature): microsoft/vscode-js-debug#1388 (comment) If I understood correctly, the pure DAP server is inside this asset from the v1.77.0: I've seen the vimpsector multpile-sessios branch with a python dap gadget example, maybe we could add vscode-js-debug too with this new release? |
the implementation in that branch is really experimental. The user experience is really terrible (having a tab-per-instance is very messy). I haven't actually worked out a good way to handle multiple sessions yet , which is sad. I'll push it up to the top of the "list". |
@Trim I have updated the However, as I said the UX is not really very good with this multiple tabs things. I need to do a lot of refactoring to make the UI/UX good. But feel free to try it. |
I've also pushed a 'multiple-sessions-v2' branch which does away with the UI tab and works a bit more intuitively, but is likely to be Incredibly buggy as it's a total hack. |
As of now, does debugging an external process (using |
Yes it works so far as I know. There's even an example in the support/test directory. |
Looks like vsode-node-debug and vscode-chrome-debug are being deprecated.
https://github.com/microsoft/vscode-js-debug
seems to be the replacement. it has a ton of stuff in it, but it all looks quite out-of-band and may work worse for us in the end.
discovered while trying to report a bug in vscode-chrome-debug.
The text was updated successfully, but these errors were encountered: