add debug.breakpoint

This commit is contained in:
MihailRis
2025-10-06 21:47:53 +03:00
parent 5eceed3737
commit c152cfc03f
4 changed files with 130 additions and 0 deletions
+4
View File
@@ -185,4 +185,8 @@ public:
const Project& getProject() {
return *project;
}
devtools::DebuggingServer* getDebuggingServer() {
return debuggingServer.get();
}
};