Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ IsConnected
Method
IsConnected
api/debuggercontroller.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
84
bool DebuggerController::IsConnected()
85
{
86
return BNDebuggerIsConnected(m_object);
87
}
88
89
90
bool DebuggerController::IsConnectedToDebugServer()
Callers
11
jump
Method · 0.45
updateContent
Method · 0.45
updateContent
Method · 0.45
updateContent
Method · 0.45
canSuspendOrResume
Method · 0.45
updateContent
Method · 0.45
OnBeforeCloseFile
Method · 0.45
SetupMenu
Method · 0.45
ConnectedAndStopped
Function · 0.45
ConnectedAndRunning
Function · 0.45
InitializeUI
Method · 0.45
Calls
1
BNDebuggerIsConnected
Function · 0.85
Tested by
no test coverage detected