add debug.breakpoint
This commit is contained in:
@@ -185,4 +185,8 @@ public:
|
||||
const Project& getProject() {
|
||||
return *project;
|
||||
}
|
||||
|
||||
devtools::DebuggingServer* getDebuggingServer() {
|
||||
return debuggingServer.get();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user