add s command to debugger to stop

This commit is contained in:
Daniella / Tove 2022-03-08 10:27:48 +01:00
parent 502632aeb2
commit fbc750f79d

View file

@ -1330,6 +1330,7 @@ class ISBPLDebugger extends Thread {
isbpl.debuggerIPC.run = -1;
break;
case "stop":
case "s":
isbpl.debuggerIPC.run = 0;
break;
case "next":