diff --git a/Windows/Debugger/CtrlMemView.cpp b/Windows/Debugger/CtrlMemView.cpp index 0fbbf0399..8aae6b5e5 100644 --- a/Windows/Debugger/CtrlMemView.cpp +++ b/Windows/Debugger/CtrlMemView.cpp @@ -440,6 +440,7 @@ void CtrlMemView::onMouseUp(WPARAM wParam, LPARAM lParam, int button) Core_EnableStepping(true); //force paused state DumpMemoryWindow dump(wnd,debugger); dump.exec(); + Core_EnableStepping(false); //Resume emulation automatically break; } else