Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ Connect
Method
Connect
core/debuggercontroller.cpp:207–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
206
207
bool DebuggerController::Connect()
208
{
209
std::thread([&]() { ConnectAndWait(); }).detach();
210
return true;
211
}
212
213
214
DebugStopReason DebuggerController::ConnectAndWaitInternal()
Callers
2
BNDebuggerConnect
Function · 0.45
ExecuteAdapterAndWait
Method · 0.45
Calls
1
detach
Method · 0.80
Tested by
no test coverage detected