Auto-refresh the Array Visualizer at each stopping point

This commit is contained in:
tiresiasfromthebai
2026-07-27 22:56:58 +02:00
parent f8d1629ea0
commit c799a93248
2 changed files with 19 additions and 0 deletions
+8
View File
@@ -705,6 +705,14 @@ void SeerArrayVisualizerWidget::handleText (const QString& text) {
bArrayStrideLineEdit->setFocus();
}
// At a stopping point, refresh.
}else if (text.startsWith("*stopped,reason=\"")) {
if (autoRefreshCheckBox->isChecked()) {
handleaRefreshButton();
handlebRefreshButton();
}
}else{
// Ignore anything else.
}