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

Method stepIntoInstruction

plugins/debuggercommon/midebugsession.cpp:697–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697void MIDebugSession::stepIntoInstruction()
698{
699 if (debuggerStateIsOn(s_appNotStarted|s_shuttingDown))
700 return;
701
702 addCommand(ExecStepInstruction, QString(),
703 CmdMaybeStartsRunning | CmdTemporaryRun);
704}
705
706void MIDebugSession::stepInto()
707{

Callers

nothing calls this directly

Calls 1

QStringClass · 0.50

Tested by

no test coverage detected