MCPcopy 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
40IDebugSession::DebuggerState currentSessionState()
41{
42 if (!currentSession()) return IDebugSession::NotStartedState;
43 return currentSession()->state();
44}
45
46bool hasStartedSession()
47{

Callers 1

hasStartedSessionFunction · 0.85

Calls 2

currentSessionFunction · 0.85
stateMethod · 0.45

Tested by

no test coverage detected