-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
Debugging Flurl with pdb #601
Comments
"doesn't work" means:
Of course I may have missed something, so it would be great if somebody could either confirm the issue or help me. |
@tranb3r I can successfully step debug into If you want to give it a try, checkout and build the source, then with a breakpoint at Application/Services/BggService.cs#L136, you should be able to run a debug build and step into the |
@gitfool Yes it works in your project. Thank you! However it only works because of this file: I'm ok with this workaround. But still, I'm wondering why we need it at all ? |
@tranb3r Indeed I'm tired of waiting for a fix to dotnet/sdk#1458 (comment), which is only needed if embedding the symbols |
@tranb3r @gitfool I've uploaded a prerelease and symbols package https://www.nuget.org/packages/Flurl/3.0.6-pre1 Could one or both of you test stepping into them? Thanks! |
BTW, the symbols are only published to nuget.org's symbol server, but I imagine that's the only place most people would expect them to live? |
I changed my mind (already) and published the Flurl.Http prerelease as well. I had it sitting here and figured why not. :) So go ahead and grab that instead if you want, just be sure and grab -pre2 and not -pre1; I neglected to to update the Flurl reference in -pre1. |
I confirm it now works: I can step into the code for Flurl.Http 3.2.4-pre2. |
@tmenier works for me too, without the |
Great, thanks for confirming! I'll hopefully strip the -pre's and fully release today. |
A day later than planned, but this is fully released :) |
I'm trying to step into Flurl code when debugging my app, but it does not work.
I've tested with newtonsoft.json and it works, so my visual studio is properly configured.
Could you please confirm that it should work ?
Is there any reason why pdb files are published in the nuget, instead of using nuget.org symbol server ? Maybe this is the reason why it doesn't work...
The text was updated successfully, but these errors were encountered: