1
0
Fork 0

Fix debugger "running" status message when resuming emulation with F5.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3995
This commit is contained in:
ripsaw8080 2016-09-08 15:37:59 +00:00
parent eefd825fa1
commit cadf69ac32

View file

@ -1700,6 +1700,7 @@ Bit32u DEBUG_CheckKeys(void) {
break;
case KEY_F(5): // Run Program
debugging=false;
DrawCode(); // update code window to show "running" status
CBreakpoint::ActivateBreakpointsExceptAt(SegPhys(cs)+reg_eip);
skipFirstInstruction = true; // for heavy debugger