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

Method stepOver

plugins/debuggercommon/midebugsession.cpp:689–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689void MIDebugSession::stepOver()
690{
691 if (debuggerStateIsOn(s_appNotStarted|s_shuttingDown))
692 return;
693
694 addCommand(ExecNext, QString(), CmdMaybeStartsRunning | CmdTemporaryRun);
695}
696
697void MIDebugSession::stepIntoInstruction()
698{

Callers 11

testQStringMethod · 0.45
testQByteArrayMethod · 0.45
testQListContainerMethod · 0.45
testQMapIntMethod · 0.45
testQMapStringMethod · 0.45
testQMapStringBoolMethod · 0.45
testQHashIntMethod · 0.45
testQHashStringMethod · 0.45
testQSetIntMethod · 0.45
testQSetStringMethod · 0.45
resetAndRunFunction · 0.45

Calls 1

QStringClass · 0.50

Tested by 11

testQStringMethod · 0.36
testQByteArrayMethod · 0.36
testQListContainerMethod · 0.36
testQMapIntMethod · 0.36
testQMapStringMethod · 0.36
testQMapStringBoolMethod · 0.36
testQHashIntMethod · 0.36
testQHashStringMethod · 0.36
testQSetIntMethod · 0.36
testQSetStringMethod · 0.36
resetAndRunFunction · 0.36