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

Method stepInto

plugins/debuggercommon/midebugsession.cpp:706–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706void MIDebugSession::stepInto()
707{
708 if (debuggerStateIsOn(s_appNotStarted|s_shuttingDown))
709 return;
710
711 addCommand(ExecStep, QString(), CmdMaybeStartsRunning | CmdTemporaryRun);
712}
713
714void MIDebugSession::stepOverInstruction()
715{

Callers 2

resetAndRunFunction · 0.45

Calls 1

QStringClass · 0.50

Tested by 2

resetAndRunFunction · 0.36