gimelfarb / ProductionStackTrace

Without deploying PDBs, generate a .NET exception stack trace that can be processed to retrieve source file and line number info
Other
79 stars 8 forks source link

Not getting GUID and Age property of PDB in StackTrace #11

Closed Steffaan closed 6 years ago

Steffaan commented 6 years ago

Hi,

First of all I want to thank you for your great work on this project. I'm having some issues with the production not displaying the GUID and Age in the stacktrace.

When I deploy the application with debug configuration, everything is fine and I'm getting the GUID + age field. But when I deploy the application for release (obfuscated), I can't seem to get the fields into the stacktrace, it's displaying the MODULE: line but without the "G:{GUID} A:{AGE} fields.

What am I doing wrong here?

Thanks.

icnocop commented 6 years ago

This is probably a result of not building with "Debug Info".

In Visual Studio 2015: Project Properties > Build > Advanced... > Debug Info > must not be none.