Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ StartDebug
Method
StartDebug
emmy_debugger/src/emmy_facade.cpp:369–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
367
}
368
369
void EmmyFacade::StartDebug() {
370
_emmyDebuggerManager.SetRunning(true);
371
readyHook = true;
372
}
373
374
void EmmyFacade::StartupHookMode(int port) {
375
Destroy();
Callers
nothing calls this directly
Calls
1
SetRunning
Method · 0.80
Tested by
no test coverage detected