Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ ConnectToDebugServer
Method
ConnectToDebugServer
api/debuggercontroller.cpp:335–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
334
335
bool DebuggerController::ConnectToDebugServer()
336
{
337
return BNDebuggerConnectToDebugServer(m_object);
338
}
339
340
341
bool DebuggerController::DisconnectDebugServer()
Callers
nothing calls this directly
Calls
1
BNDebuggerConnectToDebugServer
Function · 0.85
Tested by
no test coverage detected