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

Indicate debugging support for .NET Framework #1339

Closed
scottaddie opened this issue Jan 8, 2018 · 3 comments
Closed

Indicate debugging support for .NET Framework #1339

scottaddie opened this issue Jan 8, 2018 · 3 comments

Comments

@scottaddie
Copy link
Member

https://code.visualstudio.com/docs/languages/csharp

This C# doc contains the following note:

Note: VS Code does not support debugging applications running on the Desktop .NET Framework.

The following merged PR makes that note a false statement:
dotnet/vscode-csharp#1390

@WardenGnaw Under what conditions is debugging in VS Code supported for .NET Framework? Does the app have to be running in a 64-bit process and must portable PDBs be used? Also, is this only supported for ASP.NET Core apps?

@WardenGnaw
Copy link
Member

Thanks for pointing out that note! I didn't know that was there.

There is currently limited support for full .NET framework debugging. However, it should work for any app with 64-bit process and portable PDBs.

I'll be working on a wiki page on the omnisharp-csharp repo and make a PR here to link to it.

@gregvanl
Copy link

Hi @WardenGnaw Is there a vscode-docs PR pending? If so, will it address this issue?

@gregvanl
Copy link

Merged #1372, closing

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

3 participants