Log in

View Full Version : Breakpoints on programs that steal focus?


Pinchy
July 5th, 2004, 18:32
Im working on a trainer for a game and
theres an instance when I need to set a bpx on mem access and return to the game only to find when the access occurs that the game freezes but focus hasnt returned to olly.

Is there some way to set a breakpoint and have it report the registers quietly and continue execution?

Is that possible utilizing the plugin system?

blabberer
July 7th, 2004, 07:57
instead of the regular break points setting log break points and telling olly not to break but log all always lets you see the contents or what ever you choose to log
i use this when debugging full screen app which also freeze if a regular bpt is hit and focus isnt returned to olly for stepping
also you can try using run trace and analyze it

Pinchy
July 8th, 2004, 23:27
Thanks, theres just so much to learn in olly it gonna take a while to learn it all.

Im so used to softice that I would like to see some more standard function keys. It seems olly is more mouse based than anything. Some stuff just cant be accessed without a mouse.

Is there some way to assign function keys et al in olly?