Log in

View Full Version : debugging on win7 (JIT)


[yAtEs]
May 17th, 2010, 09:20
Hi,

has anyone tried using a debugger in JIT mode to catch exceptions in win7?
i have tried windbg, ollydbg and IDA, but everytime the debugger attaches and
i try to continue to the exception the windows error system message reappears
and attempts to reattach again. I didnt find any info anywhere on this yet,

/yates.

ghandi
May 18th, 2010, 00:27
Its not something as silly as UAC causing the attaching to fail?

HR,
Ghandi

[yAtEs]
May 18th, 2010, 03:47
i think that's not the problem,
the attach doesn't fail, it simply tries to attach twice to the process

Aimless
May 19th, 2010, 00:26
Long time no see. How's it going for you? Good, I hope.

See if you can PM me the exception based app link or a dummy exe that matches the exceptions you want to tackle in W7.

Have Phun

fungos
July 15th, 2010, 21:05
Any solution with this problem? I'm with a similar problem trying to attach to a process within win7 but it keeps giving exceptions and crashing.

Thank you