Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
bool DebuggerController::Launch()
114
{
115
std::thread([&]() { LaunchAndWait(); }).detach();
116
return true;
117
}
118
119
120
DebugStopReason DebuggerController::LaunchAndWaitInternal()
Callers
2
BNDebuggerLaunch
Function · 0.45
main
Function · 0.45
Calls
1
detach
Method · 0.80
Tested by
no test coverage detected