Quote:
Originally posted by Squidge
dbgbreakpoint is called from the exception port which is part of the process you have attached to and is activated when ollydbg attached to the process. You need to run the app until the context in back in user code, then you can browse and step code all you wish.
|
Thanks for the excellent technical reply. I later discovered I could single step by running the app, but clearly didn't understand the purpose of the dbgBreakPoint function. I do now though
5Alive.