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 and source info are found, debugger steps over
enable Source Link, upload the snupkg also to nuget symbol server to be later able 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:
implemented sprache#174: added SourceLink
936ca30
Merge pull request #177 from MagicAndre1981/SourceLink
3f3d153
implemented #174
No branches or pull requests
Expected behavior
Press F11 to step into code and debug the code
Actual behavior
because no PDBs and source info are found, debugger steps over
Solution:
enable Source Link, upload the snupkg also to nuget symbol server to be later able 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: