Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kate
/ stackFrameSelected
Method
stackFrameSelected
addons/gdbplugin/stackview.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void StackView::stackFrameSelected()
75
{
76
m_backend->changeStackFrame(m_stackTree->currentIndex().row());
77
}
78
79
void StackView::stackFrameChanged(int level)
80
{
Callers
nothing calls this directly
Calls
3
row
Method · 0.80
currentIndex
Method · 0.80
changeStackFrame
Method · 0.45
Tested by
no test coverage detected