VOGONS

Common searches


First post, by videogamer555

User metadata
Rank Member
Rank
Member

The moment I run com or exe file in Dosbox Debugger, I want it to pause execution, so I can start debugging on the FIRST opcode in the program. Unfortunately It seems only by doing alt pause am I able to actually cause the debugger to pause execution (and thus start debugging). Is there any trick that I'm not aware of that would let me cause it to pause execution the moment that either a com or exe file was run, so that I could start debugging the program right from its first opcode?

Reply 2 of 3, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Alternatively set a breakpoint on int 21

bpint 21 *

and start the game and step a bit with f10/f11 and you will end up where you want to be as well

Water flows down the stream
How to ask questions the smart way!