Log in

View Full Version : Setting Ollydbg as system debugger


Triossosolfuro
September 25th, 2004, 07:53
Hi everybody,

I want to replace Dr. Watson system debugger in Win Xp with Ollydbg, I think you must change the key in regedit but you also need the command line to start Olly and attach it on the crashed program, for example a thing like "C:&#92;Ollydbg.exe -p <pid>" but this does not work, anyone know what is the right command line to attach it?

Thanks

Lord_Looser
September 25th, 2004, 08:19
start OllyDbg
select menu - Options - Just-in-time debugging

Triossosolfuro
September 25th, 2004, 13:20
Thanks!!!