We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Press F11 to step into code and debug the code
because no PDBs + source info are found, debugger steps over
enable SourceLink + pack PDBs inside the NuGet package to fetch the source from github during debugging to be able to step into the code.
The text was updated successfully, but these errors were encountered:
This would be a very welcomed addition.
Sorry, something went wrong.
Here is a blog post about it:
http://blog.ctaggart.com/2018/06/newtonsoftjson-enabling-source-link.html
I would like to help, however i'm totally new can someone teach me?
Here are some information:
https://blog.nuget.org/20180827/Introducing-Source-Code-Link-for-NuGet-packages.html
b62bbaa
No branches or pull requests
Expected behavior
Press F11 to step into code and debug the code
Actual behavior
because no PDBs + source info are found, debugger steps over
Solution:
enable SourceLink + pack PDBs inside the NuGet package to fetch the source from github during debugging to be able to step into the code.
The text was updated successfully, but these errors were encountered: