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

Method run

plugins/debuggercommon/midebugsession.cpp:663–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663void MIDebugSession::run()
664{
665 if (debuggerStateIsOn(s_appNotStarted|s_dbgNotStarted|s_shuttingDown))
666 return;
667
668 addCommand(MI::ExecContinue, QString(), CmdMaybeStartsRunning);
669}
670
671void MIDebugSession::runToCursor()
672{

Calls 1

QStringClass · 0.50