Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ start
Method
start
packages/core/src/Utils/Debug/DebugManager.ts:95–100 ·
view source on GitHub ↗
* 启动调试管理器
()
Source
from the content-addressed store, hash-verified
93
* 启动调试管理器
94
*/
95
public start(): void {
96
if
(this.isRunning)
return
;
97
98
this.isRunning = true;
99
this.connectWebSocket();
100
}
101
102
/**
103
* 停止调试管理器
Callers
1
onInitialize
Method · 0.95
Calls
1
connectWebSocket
Method · 0.95
Tested by
no test coverage detected