MCPcopy Create free account
hub / github.com/Vector35/debugger / Launch

Method Launch

core/debuggercontroller.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112
113bool DebuggerController::Launch()
114{
115 std::thread([&]() { LaunchAndWait(); }).detach();
116 return true;
117}
118
119
120DebugStopReason DebuggerController::LaunchAndWaitInternal()

Callers 2

BNDebuggerLaunchFunction · 0.45
mainFunction · 0.45

Calls 1

detachMethod · 0.80

Tested by

no test coverage detected