question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Sentry support for .NET debug symbols (portable pdbs) to unblock app distribution to customer devices without pdbs.

See original GitHub issue

As in getsentry/raven-objc#11, we need to add support for debug symbols in the C# client. This requires back-end support from @dcramer and his team, but as soon as that is in place, we should be able to upload .pdb files and have them attached as artifacts to a release.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:40 (19 by maintainers)

github_iconTop GitHub Comments

4reactions
roh85commented, Jun 16, 2018

Any status updates on this?

4reactions
mitsuhikocommented, Jan 24, 2017

We did not forget. Sorry for the lack of progress on that front. We’re currently completely revamping our symbol handling for the only platform we provide this at the moment (iOS) and we’re planning on taking those lessons to then hopefully make better progress on other platforms. Ideally we can reuse some of the infrastructure we are building there to also cover C# and other platforms.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debug Information Files for .NET
Learn about how debug information files allow Sentry to extract stack traces and provide more information about crash reports for most compiled platforms....
Read more >
Native Crash Reporting: Symbol Servers, PDBs, and SDK ...
Sentry will automatically download debug information as it is needed after you configure the symbol servers you'd like to use. There is also...
Read more >
"PDB format is not supported" with .NET portable ...
My Visual Studio 2017 debugger can't work with PDBs in "portable" format in .NET Framework projects. With portable format I mean going to...
Read more >
Remote debugging - Windows PDB are not supported by . ...
Only portable PDBs are supported around all platforms in .NET Core. ... explaining how to setup this kind of debugging over SSH using...
Read more >
0xdf hacks stuff | CTF solutions, malware analysis, home lab ...
There's a file read vulnerability in the application, and the Flask server is running in debug mode. I'll use those to get execution...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found