Skip to content
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

Open
lextm opened this issue May 9, 2019 · 5 comments
Open

This debugger should support external console #25

lextm opened this issue May 9, 2019 · 5 comments

Comments

@lextm
Copy link

lextm commented May 9, 2019

It seems to me that vsdbg from Microsoft supports several parameters when launching a program, while netcoredbg only supports three,

{ "launch", [this](const json &arguments, json &body){

One missing piece is that a setting to spin out an external console,

lextudio/monodevelop.netcoredbg#1

@ktheticdev
Copy link

True indeed. Any way to implement that yet?

@viewizard
Copy link
Member

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

@awsms
Copy link

awsms commented Jan 20, 2023

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

@gbalykov
Copy link
Member

@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
Copy link

mrphil2105 commented Apr 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants