Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isRunning
Method
isRunning
kdevplatform/debugger/interfaces/idebugsession.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
bool IDebugSession::isRunning() const
65
{
66
DebuggerState s = state();
67
return (s == ActiveState || s == PausedState);
68
}
69
70
void IDebugSession::raiseEvent(event_t e)
71
{
Callers
7
breakpointModelChanged
Method · 0.45
contextMenuExtension
Method · 0.45
join
Method · 0.45
wait
Method · 0.45
testTryLock
Method · 0.45
~ParsingThread
Method · 0.45
addWorker
Method · 0.45
Calls
no outgoing calls
Tested by
3
join
Method · 0.36
wait
Method · 0.36
testTryLock
Method · 0.36