MCPcopy Create free account
hub / github.com/KDE/kdevelop / currentSession

Function currentSession

kdevplatform/debugger/variable/variablecollection.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace KDevelop {
34
35IDebugSession* currentSession()
36{
37 return ICore::self()->debugController()->currentSession();
38}
39
40IDebugSession::DebuggerState currentSessionState()
41{

Callers 6

currentSessionStateFunction · 0.85
addMethod · 0.85
addFinishResultMethod · 0.85
updateLocalsMethod · 0.85
updateAutoUpdateMethod · 0.85
textHintMethod · 0.85

Calls 2

currentSessionMethod · 0.80
debugControllerMethod · 0.80

Tested by

no test coverage detected