Support for loading minidumps
Please, add support for loading/using minidumps. Either in MS's format or invent your own (provide a library to create them).
This is invaluable for debugging application crashes.
197
votes
3 comments
-
Alex
commented
CodeSite is logging tool. Logging is not a dump.
Dump is a momentary snapshot of the process state.
Logging is a trace of past running path. -
David I
commented
Seems like CodeSite from Raize Software gives you these types of capabilities. CodeSite Express ships with DXE. http://www.raize.com/devtools/codesite/
-
Rem
commented
It would be very helpful for debugging non-reproducible errors