Tagged Questions
11
votes
7answers
2k views
Any recommended VC++ settings for better PDB analysis on release builds
Are there any VC++ settings I should know about to generate better PDB files that contain more information?
I have a crash dump analysis system in place based on the project crashrpt.
Also, my ...
4
votes
4answers
601 views
how do I specify the source code directory in VS when looking at the call stack of a memory dump?
I am analyzing a .dmp file that was created and I have a call stack which gives me a lot of info. But I'd like to double click on the call stack and have it bring me to the source code.
I can ...
3
votes
4answers
413 views
Is there a good C++ crash reporting library that works well with Visual Studio 2005?
After reading this previous discussion and this one, it looked as though Crashrpt was exactly what I was looking for, but it seems it's no longer being maintained and, after playing with it, found it ...
0
votes
2answers
201 views
How do you configure the email settings in CrashRpt to send the crash dump?
After reading this discussion and this discussion about using CrashRpt to generate a crash dump and email it to the developers, I've been having a difficult time finding any instructions/tutorials for ...