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

Method debugForce

gui/qt/debugger.cpp:2688–2697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2686//------------------------------------------------
2687
2688void MainWindow::debugForce() {
2689 int count = 0;
2690 if (!guiDebug) {
2691 debugToggle();
2692 }
2693 while (!guiDebug && count < 20) {
2694 guiDelay(50);
2695 count++;
2696 }
2697}
2698
2699void MainWindow::addVisualizerDock(const QString &magic, const QString &config) {
2700 if (m_docksVisualizer.contains(magic)) {

Callers

nothing calls this directly

Calls 1

guiDelayFunction · 0.85

Tested by

no test coverage detected