Samsung / netcoredbg

NetCoreDbg is a managed code debugger with MI interface for CoreCLR.
MIT License
765 stars 100 forks source link

This debugger should support external console #25

Open lextm opened 5 years ago

lextm commented 5 years ago

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

ktheticdev commented 3 years ago

True indeed. Any way to implement that yet?

viewizard commented 3 years ago

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

awsms commented 1 year ago

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

gbalykov commented 1 year ago

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

mrphil2105 commented 4 months ago

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.