add s command to debugger to stop
This commit is contained in:
parent
502632aeb2
commit
fbc750f79d
1 changed files with 1 additions and 0 deletions
|
@ -1330,6 +1330,7 @@ class ISBPLDebugger extends Thread {
|
|||
isbpl.debuggerIPC.run = -1;
|
||||
break;
|
||||
case "stop":
|
||||
case "s":
|
||||
isbpl.debuggerIPC.run = 0;
|
||||
break;
|
||||
case "next":
|
||||
|
|
Loading…
Add table
Reference in a new issue