Posted: Wed May 12, 2010 3:10 pm Post subject: debugger: break + step over
i got a question about the "break and trace" option in the debugger:
can ich make the tracer step over certain function? my problem is, that when i use "break and trace" i it runs nearly always in a memalloc function (that is very long and annoying), in which i am not interested.
Joined: 09 May 2003 Posts: 25704 Location: The netherlands
Posted: Wed May 12, 2010 3:16 pm Post subject:
f8 steps over a function
but if it's a loop, the select a routine outside of the loop and press f4
If you want to get out of the current routine and to the caller, press shift+f8
If the reason you used break and trace is because you're not able to trace manually(e.g fullscreen game), then there's not much to do except tring to make it possible to manualy debug after all. (e.g hacked remote desktop) _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum