Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ currentFrame
Method
currentFrame
kdevplatform/debugger/framestack/framestackmodel.cpp:369–374 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
367
}
368
369
int FrameStackModel::currentFrame() const
370
{
371
Q_D(const FrameStackModel);
372
373
return d->m_currentFrame;
374
}
375
376
QModelIndex FrameStackModel::currentFrameIndex() const
377
{
Callers
7
handleEvent
Method · 0.80
currentSessionChanged
Method · 0.80
collectRanges
Function · 0.80
handle
Method · 0.80
executeCmd
Method · 0.80
testCatchpoint
Method · 0.80
testSwitchFrameDebuggerConsole
Method · 0.80
Calls
no outgoing calls
Tested by
2
testCatchpoint
Method · 0.64
testSwitchFrameDebuggerConsole
Method · 0.64