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

Method stepNext

gui/qt/debugger.cpp:2662–2671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2660}
2661
2662void MainWindow::stepNext() {
2663 if (!guiDebug) {
2664 return;
2665 }
2666
2667 disconnect(m_shortcutStepNext, &QShortcut::activated, this, &MainWindow::stepNext);
2668
2669 debugSync();
2670 debugStep(DBG_STEP_NEXT);
2671}
2672
2673void MainWindow::stepOut() {
2674 if (!guiDebug) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected