add 'set-breakpoint', 'remove-breakpoint' commands
This commit is contained in:
@@ -318,6 +318,7 @@ void Engine::startPauseLoop() {
|
||||
}
|
||||
}
|
||||
while (!isQuitSignal()) {
|
||||
network->update();
|
||||
if (!debuggingServer->update()) {
|
||||
debuggingServer.reset();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user