Skip to content

debugging under mono in VS Code with dotnet CLI #1502

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

Closed
tugberkugurlu opened this issue May 24, 2016 · 1 comment
Closed

debugging under mono in VS Code with dotnet CLI #1502

tugberkugurlu opened this issue May 24, 2016 · 1 comment

Comments

@tugberkugurlu
Copy link
Contributor

Is debugging under mono in VS Code with dotnet CLI possible today?

@davidfowl
Copy link
Member

The .NET CLI is a toolchain for everything but it's only a runtime for .NET Core. When you run apps on net4x on non windows you're using regular mono (as in, you can do dotnet build, mono bin/Debug/net451/App.dll). Newer versions of mono support portable pdb so in theory it should be workable using https://marketplace.visualstudio.com/items?itemName=ms-vscode.mono-debug

natemcmaster pushed a commit that referenced this issue Nov 14, 2018
- Fix naming convention in LibuvAwaitable
- Remove case statement in SocketOutput
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants