GDBStub: Make step force pausing even if play was pressed
This commit is contained in:
parent
2f7a3e59e5
commit
7ad586fe2c
|
@ -704,6 +704,7 @@ void ProcessCommands(bool loop_until_continue)
|
||||||
Host_UpdateDisasmDialog();
|
Host_UpdateDisasmDialog();
|
||||||
break;
|
break;
|
||||||
case 's':
|
case 's':
|
||||||
|
Step();
|
||||||
return;
|
return;
|
||||||
case 'C':
|
case 'C':
|
||||||
case 'c':
|
case 'c':
|
||||||
|
|
Loading…
Reference in New Issue