question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debugger doesn't work, looking for nuget.config

See original GitHub issue

When 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:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
gregg-miskellycommented, Apr 13, 2016

Thanks, @jeffpapp and @joaomello you are running into a different problem than sebastienros. I moved your issue to #181.

0reactions
sebastienroscommented, Apr 13, 2016

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 …

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found