Debugger doesn't work, looking for nuget.config
See original GitHub issueWhen starting vscode it complains the debugger can’t be loaded because it can’t find [my_app_local]\.vscode-insiders\extensions\ms-vscode.csharp-1.0.1-rc2\nuget.config
.
It’s actually looking for the one in \.vscode-insiders\extensions\ms-vscode.csharp-1.0.1-rc2\coreclr-debug
so it works when I copy it and restart vscode.
Repro steps:
- download vscode march insider version
- download omnisharp-vscode release 4/8
- open an existing dotnet project folder
- displays an error message stating Debugger could not be loaded, with the nuget.config explanation in the log
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Debugging Nuget package doesn't work - Stack Overflow
Show activity on this post. Put the pdb and source code file in the NuGet package alongside the dll. Add the source code...
Read more >Two easy ways to Debug NuGet Packages and Edit Libraries
To do this select Debug > Options, from the menu bar, then browse to Debugging > Symbols in the tree menu.
Read more >Understanding Debugging Symbols and Using Source Link
The aim of this post is to understand how to debug external NuGet packages. We will present a problem you might encounter when...
Read more >Debugging into a NuGet package
The first step required is to create a local NuGet folder to host the debug NuGet packages. The word local here does not...
Read more >Debugging External Sources with Visual Studio
Have you ever needed to debug and step into a code of dependent NuGet or .NET libraries that do not build as part...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, @jeffpapp and @joaomello you are running into a different problem than sebastienros. I moved your issue to #181.
Ok, I will assume this is just my machine then, as I get the CLI from aspnet core builds automatically and also from the MSI in Program Files …