-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Where can we find Windows debug symbols(pdb files) for released binaries #1399
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
Comments
I guess you should build with |
Yes we could do that by building from source, my question was for binaries that are in public releases here: |
All our release builds are built with RelWithDebInfo and the pdb file is shipped with the packages (both nuget and zip packages). Nuget pkg can be found here https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/. |
If my PR #8754 get accepted and merged, then you can use the symbols published to nuget.org symbol server by adding https://symbols.nuget.org/download/symbols to your symbol sources in Visual Studio, which allows stepping into package code in the Visual Studio debugger. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
System information
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: