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

Method debugOpen

gui/qt/emuthread.cpp:356–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void EmuThread::debugOpen(int reason, uint32_t data) {
357 std::unique_lock<std::mutex> lock(m_mutexDebug);
358 m_debug = true;
359 emit debugCommand(reason, data);
360 m_cvDebug.wait(lock, [this](){ return !m_debug; });
361}
362
363void EmuThread::resume() {
364 {

Callers 1

gui_debug_openFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected