I\'m debugging a software which crashes eventually with one of the following messages:
1. DAMAGE: after normal block (#24729280) at 0x00D710E0
2. Debug Assertion
You can run your application in release mode by attaching to Windbg.
gflags
( As you
mentioned)Attach to
process
option in Windbg..reload /f
in case of automatic
loading fails.WinDbg would stop the execution whenever an exception occurs. For every first chance exception, analyze the reasons. It could be one of the error for crash.