Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
namespace KDevelop {
34
35
IDebugSession* currentSession()
36
{
37
return ICore::self()->debugController()->currentSession();
38
}
39
40
IDebugSession::DebuggerState currentSessionState()
41
{
Callers
6
currentSessionState
Function · 0.85
add
Method · 0.85
addFinishResult
Method · 0.85
updateLocals
Method · 0.85
updateAutoUpdate
Method · 0.85
textHint
Method · 0.85
Calls
2
currentSession
Method · 0.80
debugController
Method · 0.80
Tested by
no test coverage detected