MCPcopy 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
51void Debugger::Start() {
52 skipHook = false;
53 blocking = false;
54 running = true;
55 doStringList.clear();
56}
57
58void Debugger::Attach() {
59 if (!running)

Callers 1

SetHookStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected