mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Add 'auto refresh' to memory visualizer to refresh.
After every stopping point.
This commit is contained in:
@@ -206,6 +206,13 @@ void SeerMemoryVisualizerWidget::handleText (const QString& text) {
|
||||
}
|
||||
}
|
||||
|
||||
// At a stopping point, refresh.
|
||||
}else if (text.startsWith("*stopped,reason=\"")) {
|
||||
|
||||
if (autoRefreshCheckBox->isChecked()) {
|
||||
handleRefreshButton();
|
||||
}
|
||||
|
||||
}else{
|
||||
// Ignore anything else.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user