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

Method debugToggle

gui/qt/debugger.cpp:651–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651void MainWindow::debugToggle() {
652 bool state = guiDebug;
653
654 if (m_pathRom.isEmpty()) {
655 return;
656 }
657
658 if (state) {
659 debugSync();
660 debugDisable();
661 }
662
663 emu.debug(!state, EmuThread::RequestDebugger);
664}
665
666void MainWindow::debugPopulate() {
667 QString tmp;

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected