mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 13:45:11 +00:00
Making the debugger spawn on invalid rom exceptions (invalid address access, invalid opcode...) & starting the dissasembly view
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user