Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kate
/ changeStackFrame
Method
changeStackFrame
addons/gdbplugin/backend.cpp:323–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
void Backend::changeStackFrame(int index)
324
{
325
if (m_debugger) {
326
m_debugger->changeStackFrame(index);
327
}
328
}
329
330
void Backend::changeThread(int thread)
331
{
Callers
1
stackFrameSelected
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected