Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ Detach
Method
Detach
core/debuggercontroller.cpp:866–872 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
864
865
866
void DebuggerController::Detach()
867
{
868
if (!m_state->IsConnected())
869
return;
870
871
std::thread([&]() { DetachAndWait(); }).detach();
872
}
873
874
875
void DebuggerController::DetachAndWait()
Callers
3
BNDebuggerDetach
Function · 0.45
ExecuteAdapterAndWait
Method · 0.45
main
Function · 0.45
Calls
2
detach
Method · 0.80
IsConnected
Method · 0.45
Tested by
no test coverage detected