1

I am trying to debug an application with Immunity debugger. I also tried WinDbg. I have set them as default JIT debugger through the Registry but it doesn`t work.

I tried in Windows XP SP3 and in Windows 7 but it doesn't work.

Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
Eduard Hasanaj
  • 865
  • 4
  • 10
  • possible duplicate of http://stackoverflow.com/questions/30457570/windows-does-not-produce-full-crash-dumps-even-though-registry-is-set-correctly/30469083#30469083 – Thomas Weller Jul 01 '15 at 21:18

3 Answers3

3

This might help someone whose immunity debugger does not kick in when the application really crashes like mine.

In regedit, edit the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug

Default: (value not set)
Auto: 1
Debugger: "C:\Program Files\Immunity Inc\Immunity Debugger\ImmunityDebugger.exe" -p %ld
UserDebuggerHotKey: 0
1

You can install Windbg as the default postmortem debugger by running this from the command line:

windbg -IS

From then on, the next time an application crashes Windbg will appear, attached to the process.

To undo this, see this answer.

If this doesn't work, you'll need to add more details to your question.

Community
  • 1
  • 1
Patrick Quirk
  • 23,334
  • 2
  • 57
  • 88
0

If you are using Immunity Debugger, you may want to try to install python 2.7 on your PC. If it is already installed try reinstalling it