MCPcopy 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

onInitializeMethod · 0.95

Calls 1

connectWebSocketMethod · 0.95

Tested by

no test coverage detected