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();
|
||||
break;
|
||||
case 's':
|
||||
Step();
|
||||
return;
|
||||
case 'C':
|
||||
case 'c':
|
||||
|
|
Loading…
Reference in New Issue