diff --git a/Source/Core/Core/PowerPC/GDBStub.cpp b/Source/Core/Core/PowerPC/GDBStub.cpp index 22afbe06e3..19a7de357e 100644 --- a/Source/Core/Core/PowerPC/GDBStub.cpp +++ b/Source/Core/Core/PowerPC/GDBStub.cpp @@ -704,6 +704,7 @@ void ProcessCommands(bool loop_until_continue) Host_UpdateDisasmDialog(); break; case 's': + Step(); return; case 'C': case 'c':