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

Method stepOut

plugins/debuggercommon/midebugsession.cpp:723–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723void MIDebugSession::stepOut()
724{
725 if (debuggerStateIsOn(s_appNotStarted|s_shuttingDown))
726 return;
727
728 addCommand(ExecFinish, QString(), CmdMaybeStartsRunning | CmdTemporaryRun);
729}
730
731void MIDebugSession::runUntil(const QUrl& url, int line)
732{

Callers 1

resetAndRunFunction · 0.45

Calls 1

QStringClass · 0.50

Tested by 1

resetAndRunFunction · 0.36