PDA

View Full Version : Setting Ollydbg as system debugger


Triossosolfuro
09-25-2004, 08:53 AM
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:\Ollydbg.exe -p " but this does not work, anyone know what is the right command line to attach it?

Thanks

Lord_Looser
09-25-2004, 09:19 AM
start OllyDbg
select menu - Options - Just-in-time debugging

Triossosolfuro
09-25-2004, 02:20 PM
Thanks!!!