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:
parent
eefd825fa1
commit
cadf69ac32
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue