-
Notifications
You must be signed in to change notification settings - Fork 109
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
This debugger should support external console #25
Comments
True indeed. Any way to implement that yet? |
Not in plans for now. Btw, could you please provide vsdbg part of vscode protocol log with "launch" request you need? |
There is still no way to debug outside the integrated terminal? |
@awsms There are no plans for this currently. Alternatively, you can run debugger in your preferred terminal using CLI, here are some details https://github.com/Samsung/netcoredbg/blob/master/docs/cli.md. |
Any update on this? Not having a way to enter input to |
It seems to me that vsdbg from Microsoft supports several parameters when launching a program, while netcoredbg only supports three,
netcoredbg/src/debug/netcoredbg/vscodeprotocol.cpp
Line 316 in 9d0608f
One missing piece is that a setting to spin out an external console,
lextudio/monodevelop.netcoredbg#1
The text was updated successfully, but these errors were encountered: