-
Notifications
You must be signed in to change notification settings - Fork 676
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
Alternative debugger using #2973
Comments
Can help VSCodium/vscodium#82 |
cc @gregg-miskelly ? |
The way debug adapters work in VS Code is that the |
@ExceptionGit, @gregg-miskelly Thank you for help! I've reached my goal. |
Hi guys,
I want to try the debugger using VS Code. The debugger supports VS Code Debug Adapter Protocol, so I'm wondering if there is a way to use the debugger through your extension ( sorry if I said something wrong ).
Is it possible to use my own Debug Adapter Protocol implementation instead of 'vsdbg-ui.exe'?
Best regards,
Andrey.
The text was updated successfully, but these errors were encountered: