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

Method stepOver

gui/qt/debugger.cpp:2651–2660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2649}
2650
2651void MainWindow::stepOver() {
2652 if (!guiDebug) {
2653 return;
2654 }
2655
2656 disconnect(m_shortcutStepOver, &QShortcut::activated, this, &MainWindow::stepOver);
2657
2658 debugSync();
2659 debugStep(DBG_STEP_OVER);
2660}
2661
2662void MainWindow::stepNext() {
2663 if (!guiDebug) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected