Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ currentSessionState
Function
currentSessionState
kdevplatform/debugger/variable/variablecollection.cpp:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
IDebugSession::DebuggerState currentSessionState()
41
{
42
if (!currentSession()) return IDebugSession::NotStartedState;
43
return currentSession()->state();
44
}
45
46
bool hasStartedSession()
47
{
Callers
1
hasStartedSession
Function · 0.85
Calls
2
currentSession
Function · 0.85
state
Method · 0.45
Tested by
no test coverage detected