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

Method setDebugSoftCommands

gui/qt/settings.cpp:289–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void MainWindow::setDebugSoftCommands(bool state) {
290 ui->checkDisableSoftCommands->blockSignals(true);
291 ui->checkDisableSoftCommands->setChecked(state);
292 ui->checkDisableSoftCommands->blockSignals(false);
293 m_config->setValue(SETTING_DEBUGGER_ENABLE_SOFT, state);
294 debug_flag(DBG_SOFT_COMMANDS, state);
295}
296
297void MainWindow::setDebugDisasmBoldSymbols(bool state) {
298 ui->checkDisasmBoldSymbols->setChecked(state);

Callers

nothing calls this directly

Calls 1

debug_flagFunction · 0.85

Tested by

no test coverage detected