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

Method stepIn

gui/qt/debugger.cpp:2640–2649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2638//------------------------------------------------
2639
2640void MainWindow::stepIn() {
2641 if (!guiDebug) {
2642 return;
2643 }
2644
2645 disconnect(m_shortcutStepIn, &QShortcut::activated, this, &MainWindow::stepIn);
2646
2647 debugSync();
2648 debugStep(DBG_STEP_IN);
2649}
2650
2651void MainWindow::stepOver() {
2652 if (!guiDebug) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected