Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ Start
Method
Start
emmy_debugger/src/debugger/emmy_debugger.cpp:51–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void Debugger::Start() {
52
skipHook = false;
53
blocking = false;
54
running = true;
55
doStringList.clear();
56
}
57
58
void Debugger::Attach() {
59
if (!running)
Callers
1
SetHookState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected