diff --git a/GUI.NET/Debugger/frmDebugger.cs b/GUI.NET/Debugger/frmDebugger.cs index 1601d531..4f750bba 100644 --- a/GUI.NET/Debugger/frmDebugger.cs +++ b/GUI.NET/Debugger/frmDebugger.cs @@ -126,6 +126,7 @@ namespace Mesen.GUI.Debugger //Break once to show code and then resume execution InteropEmu.DebugStep(1); } + InteropEmu.SetFlag(EmulationFlags.Paused, false); UpdateDebuggerFlags(); UpdateCdlRatios();