Tagged Questions
2
votes
1answer
483 views
Including WinDbg in the vsjitdebugger list
Is it possible to include WinDbg in the list of debuggers shown by vsjitdebugger when the latter is configured as the default debuuger in HKLM...\AeDebug?
Ideally I would like to be able to include a ...
1
vote
2answers
230 views
Track down stack trace that created object in Windbg
I'm trying to track down a memory leak in a C++ application in Windows and I've got a memory dump of the application with a large number of leaked objects. I'm using Windbg to track them down by doing ...
1
vote
4answers
520 views
Post-mortem crash-dump debugging without having the exact version of a Windows DLL in the Symbol Server
Within my application, I use the MiniDumpWriteDump function (see dbghelp.dll) to write a crash dump file whenever my application crashes.
I also use a symbol server to store all my executables and ...
0
votes
1answer
120 views
DebugDiag Crash Rule Does Not Auto-Execute
I'm using DebugDiag for the first time, and I'm using it on Windows 7 x64. I've created a crash rule for (x86) myprogram.exe, which is guaranteed to crash because I've coded it intentionally to crash ...