MCPcopy 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
369void EmmyFacade::StartDebug() {
370 _emmyDebuggerManager.SetRunning(true);
371 readyHook = true;
372}
373
374void EmmyFacade::StartupHookMode(int port) {
375 Destroy();

Callers

nothing calls this directly

Calls 1

SetRunningMethod · 0.80

Tested by

no test coverage detected