-
Notifications
You must be signed in to change notification settings - Fork 47
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
Enable SourceLink for easier debugging #225
Comments
Cool @MagicAndre1981 thanks for pointing this out and for the helpful report/links. I have taken my shot at this here. Please try 2.1.14 and let me know how you do: |
I'll test this on Monday in office |
I was thiniking about this dotnet/BenchmarkDotNet#967. I did it in BenchmarkDotNet. But I don't know difference between it and source link. I want to use Cake script in extendedxmlserializer. |
Boh! Sorry about that, @wojtpl2 I think I stepped on your toes there since this is technically deployment-based stuff. Yes, of course. Please feel free to use whatever you like and to fix any changes I made. :) |
it works fine so far. I can easily step through the code of the lib during debugging 😍👍 |
@Mike-EEE You did a great job and you can do with this repo whatever you want. I trust you ;) I wrote that Nuget Symbol Server is a new technology but I don't know yet any props and cons yet. |
I think we can close this issue right now. 👍 |
@MagicAndre1981 Thanks for help. |
Cool... late to the party here due to some technical difficulties with some equipment here. Glad to hear everything works! 🎉 |
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: