-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support startDebugging
request
#15
Comments
Hi there! I just saw that nvim-dap merge the Can I help? |
Hi! Would love to have your help, but unfortunately, while the specification has been integrated (and in I suppose you could try to launch a PR with integration (probably want to branch off of the WIP in At any rate, adoption should be pretty straight-forward after that point since session management would then be handled by |
Too bad, I thought all the issues had been resolved but missed this one. I won't understand the codebase better than you and I think the PR would be ignored at best. Looks like we just have to wait. Thank you for the update! |
Hey, |
Working on getting support out by the end of the weekend! Good opportunity to look at some of the issues as well if I get to it. |
Is this ticket also related that the local and remote (in my case docker container) directory will not be mapped in case of Typescript? I have expirienced that the debugger connects, but breakpoints, set in ts files, will not be hit. But If I set breakpoints in compiled js files debugger hits the breakpoints. |
The DAP spec has officially added support for multi-session debug adapters - microsoft/debug-adapter-protocol#344 🎉 🎉 🎉
According to @connor4312 in microsoft/vscode-js-debug#902 (comment):
This plugin currently runs in a hacky/non-intended way, and my hope is that by adhering to a unified specification, issues like #14, #6, and #1 may be solved (fingers crossed). Even if they are not solved, it will be significantly easier to properly investigate these issues, as well as to determine if they are usage issues or just bugs in the vscode adapter.
The first goal is implementation into nvim-dap, which is slated for implementation. Then I can implement that into this plugin, which will (I think) significantly cut down on the required amount of code.
The second goal is perhaps to implement this hierarchy tree as part of
nvim-dap-ui
, assuming that the maintainers there are interested in such a feature.The text was updated successfully, but these errors were encountered: