mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
Add Break On Hit and Log On Hit for instruction breakpoints
This commit is contained in:
parent
87287181dd
commit
a553f22385
7 changed files with 71 additions and 19 deletions
|
@ -48,9 +48,11 @@ private:
|
|||
QRadioButton* m_memory_on_read;
|
||||
QRadioButton* m_memory_on_read_and_write;
|
||||
QRadioButton* m_memory_on_write;
|
||||
QRadioButton* m_memory_do_log;
|
||||
QRadioButton* m_memory_do_break;
|
||||
QRadioButton* m_memory_do_log_and_break;
|
||||
|
||||
// Action
|
||||
QRadioButton* m_do_log;
|
||||
QRadioButton* m_do_break;
|
||||
QRadioButton* m_do_log_and_break;
|
||||
|
||||
QDialogButtonBox* m_buttons;
|
||||
BreakpointWidget* m_parent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue