netcoredbg icon indicating copy to clipboard operation
netcoredbg copied to clipboard

This debugger should support external console

Open lextm opened this issue 6 years ago • 5 comments

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

lextm avatar May 09 '19 23:05 lextm

True indeed. Any way to implement that yet?

ktheticdev avatar Nov 28 '20 20:11 ktheticdev

Not in plans for now. Btw, could you please provide vsdbg part of vscode protocol log with "launch" request you need?

viewizard avatar Nov 30 '20 14:11 viewizard

There is still no way to debug outside the integrated terminal?

awsms avatar Jan 20 '23 04:01 awsms

@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.

gbalykov avatar Jan 20 '23 08:01 gbalykov

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.

mrphil2105 avatar Apr 12 '24 14:04 mrphil2105