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

Method setDebugDisasmSpace

gui/qt/settings.cpp:352–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void MainWindow::setDebugDisasmSpace(bool state) {
353 ui->checkAddSpace->setChecked(state);
354 m_config->setValue(SETTING_DEBUGGER_DISASM_SPACE, state);
355 disasm.comma = state ? ", " : ",";
356 if (guiDebug) {
357 disasmUpdate();
358 }
359}
360
361void MainWindow::setDebugDisasmTab(bool state) {
362 ui->checkOperandTab->setChecked(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected