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

Method setDebugResetTrigger

gui/qt/settings.cpp:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437void MainWindow::setDebugResetTrigger(bool state) {
438 ui->checkDebugResetTrigger->setChecked(state);
439 m_config->setValue(SETTING_DEBUGGER_RESET_OPENS, state);
440 debug_flag(DBG_OPEN_ON_RESET, state);
441}
442
443void MainWindow::setAutoSave(bool state) {
444 ui->checkSaveRestore->setChecked(state);

Callers

nothing calls this directly

Calls 1

debug_flagFunction · 0.85

Tested by

no test coverage detected