From 682b8790fd24449286a5a5dc8332c7c7570164b6 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Tue, 19 Sep 2017 01:37:23 -0500 Subject: SCI: Allow multi-step tracing with step-over in debugger --- engines/sci/console.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/sci/console.cpp') diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp index 4c4dfb3260..97a6164d53 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -3479,9 +3479,7 @@ bool Console::cmdTrace(int argc, const char **argv) { bool Console::cmdStepOver(int argc, const char **argv) { _debugState.seeking = kDebugSeekStepOver; _debugState.seekLevel = _engine->_gamestate->_executionStack.size(); - _debugState.debugging = true; - - return cmdExit(0, 0); + return cmdTrace(argc, argv); } bool Console::cmdStepEvent(int argc, const char **argv) { -- cgit v1.2.3