Skip to content

Commit

Permalink
partial fix issue #21: DisasmViewer reloads on Breakstate
Browse files Browse the repository at this point in the history
  • Loading branch information
pvmm committed Jun 8, 2023
1 parent bfa7c58 commit 0c12c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DebuggerForm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ void DebuggerForm::createForm()
connect(this, &DebuggerForm::connected, disasmView, &DisasmViewer::refresh);
connect(this, &DebuggerForm::symbolsChanged, disasmView, &DisasmViewer::refresh);
connect(this, &DebuggerForm::settingsChanged, disasmView, &DisasmViewer::updateLayout);
connect(this, &DebuggerForm::breakStateEntered, disasmView, &DisasmViewer::refresh);

// Main memory viewer
connect(this, &DebuggerForm::connected, mainMemoryView, &MainMemoryViewer::refresh);
Expand Down

0 comments on commit 0c12c61

Please sign in to comment.