add 'step' and 'resume' commands

This commit is contained in:
MihailRis
2025-10-07 21:53:46 +03:00
parent 5972bc769b
commit 9372a5226e
6 changed files with 91 additions and 42 deletions
+2
View File
@@ -190,4 +190,6 @@ public:
devtools::DebuggingServer* getDebuggingServer() {
return debuggingServer.get();
}
void detachDebugger();
};