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

Method setDebugIgnoreBreakpoints

gui/qt/settings.cpp:431–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void MainWindow::setDebugIgnoreBreakpoints(bool state) {
432 ui->buttonToggleBreakpoints->setChecked(state);
433 m_config->setValue(SETTING_DEBUGGER_BREAK_IGNORE, state);
434 debug_flag(DBG_IGNORE, state);
435}
436
437void MainWindow::setDebugResetTrigger(bool state) {
438 ui->checkDebugResetTrigger->setChecked(state);

Callers

nothing calls this directly

Calls 1

debug_flagFunction · 0.85

Tested by

no test coverage detected