Making the debugger spawn on invalid rom exceptions (invalid address access, invalid opcode...) & starting the dissasembly view

This commit is contained in:
Anonymus Raccoon
2020-03-25 22:33:12 +01:00
parent af58aca1a2
commit 1a6d0e907b
5 changed files with 69 additions and 42 deletions

View File

@@ -25,6 +25,8 @@ namespace ComSquare::Debugger
this->_ui.setupUi(this->_window);
this->_proxy.setSourceModel(&this->_model);
this->_ui.log->setModel(&this->_proxy);
this->_ui.log->setAlternatingRowColors(true);
this->_ui.log->verticalHeader()->hide();
this->_ui.log->horizontalHeader()->setSectionResizeMode(QHeaderView::Interactive);
this->_ui.log->horizontalHeader()->setStretchLastSection(true);
this->_ui.log->horizontalHeader()->setSectionsMovable(true);