-
Notifications
You must be signed in to change notification settings - Fork 287
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
A DAP launcher/option to stick to single session plain DAP mode #969
Comments
any update on this? |
No updates, and this would not be possible to do correctly without changes to DAP. Take an You could implement some ad-hoc 'adapter adapter' that would only be able to evaluate when a When DAP support arrives for hierarchal sessions, though, I will certainly adopt it in js-debug. If you have inspiration for how that should work, I'd encourage you to share it in microsoft/debug-adapter-protocol#79! |
Most DAP-able clients would pass a |
See discussion on #902 (comment) .
To make the Debug Adapter reusable by other clients (in place of node-debug2), we need a way to start the Debug Adapter in a "plain DAP" mode where the vanilla DAP workflow works, eg without need to interact with non-DAP standard
attachedDebugSession
requests. This basically means ignoring everything related to sessions in the public facade.A suggestion is to add a
--runInBand
flag (to flatSessionLauncher I guess).The text was updated successfully, but these errors were encountered: