add 'set-breakpoint', 'remove-breakpoint' commands

This commit is contained in:
MihailRis
2025-10-07 21:07:02 +03:00
parent 95f30da49b
commit 5972bc769b
6 changed files with 114 additions and 2 deletions
+1
View File
@@ -318,6 +318,7 @@ void Engine::startPauseLoop() {
}
}
while (!isQuitSignal()) {
network->update();
if (!debuggingServer->update()) {
debuggingServer.reset();
break;