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
+1
View File
@@ -41,6 +41,7 @@ namespace devtools {
~DebuggingServer();
bool update();
void onHitBreakpoint(dv::value&& stackTrace);
void setClient(u64id_t client);
private: