Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ IsConnectedToDebugServer
Method
IsConnectedToDebugServer
api/debuggercontroller.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
90
bool DebuggerController::IsConnectedToDebugServer()
91
{
92
return BNDebuggerIsConnectedToDebugServer(m_object);
93
}
94
95
96
bool DebuggerController::IsRunning()
Callers
1
SetupMenu
Method · 0.45
Calls
1
BNDebuggerIsConnectedToDebugServer
Function · 0.85
Tested by
no test coverage detected