MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / stepOut

Method stepOut

gui/qt/debugger.cpp:2673–2682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2671}
2672
2673void MainWindow::stepOut() {
2674 if (!guiDebug) {
2675 return;
2676 }
2677
2678 disconnect(m_shortcutStepOut, &QShortcut::activated, this, &MainWindow::stepOut);
2679
2680 debugSync();
2681 debugStep(DBG_STEP_OUT);
2682}
2683
2684//------------------------------------------------
2685// Other Functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected