Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ IsRunning
Method
IsRunning
api/debuggercontroller.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
96
bool DebuggerController::IsRunning()
97
{
98
return BNDebuggerIsRunning(m_object);
99
}
100
101
102
uint64_t DebuggerController::StackPointer()
Callers
6
canSuspendOrResume
Method · 0.45
onDoubleClicked
Method · 0.45
SetupMenu
Method · 0.45
ConnectedAndStopped
Function · 0.45
ConnectedAndRunning
Function · 0.45
InitializeUI
Method · 0.45
Calls
1
BNDebuggerIsRunning
Function · 0.85
Tested by
no test coverage detected