Skip to content

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

Closed
saurabhtangri opened this issue Jul 13, 2019 · 4 comments
Closed

Comments

@saurabhtangri
Copy link
Contributor

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

  • ONNX Runtime version (you are using):

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.

@joyIntel
Copy link

I guess you should build with RelWithDebInfo mode for the pdb files. But I do agree even with that mode, we do not get sufficient symbols.

@saurabhtangri
Copy link
Contributor Author

Yes we could do that by building from source, my question was for binaries that are in public releases here:

@faxu faxu added the question label Jul 15, 2019
@pranavsharma
Copy link
Contributor

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/.

@snnn
Copy link
Member

snnn commented Aug 21, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants