From cbab462c971445c17a0141865f1618de992f0813 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 2 Jul 2017 08:23:47 +0000 Subject: [PATCH] Fix issue with debugger not executing dosbox callbacks in stepover Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4025 --- src/debug/debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/debug/debug.cpp b/src/debug/debug.cpp index 2db3a41b..d7320bd7 100644 --- a/src/debug/debug.cpp +++ b/src/debug/debug.cpp @@ -1734,8 +1734,8 @@ Bit32u DEBUG_CheckKeys(void) { // ensure all breakpoints are activated CBreakpoint::ActivateBreakpoints(); - - return 0; + skipDraw = true; + break; } // If we aren't stepping over something, do a normal step. // NB: Fall-through