This debugger should support external console
It seems to me that vsdbg from Microsoft supports several parameters when launching a program, while netcoredbg only supports three,
https://github.com/Samsung/netcoredbg/blob/9d0608ff8f39ab6e0fbff448bdd8c485b56b2761/src/debug/netcoredbg/vscodeprotocol.cpp#L316
One missing piece is that a setting to spin out an external console,
https://github.com/lextudio/monodevelop.netcoredbg/issues/1
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 Console.ReadLine using integratedTerminal or another way makes this debug adapter less useful for me.