More udb support.

This commit is contained in:
Ernie Pasveer
2025-06-14 11:46:05 -05:00
parent 8b4c5fda08
commit e040380529
22 changed files with 101 additions and 117 deletions
-3
View File
@@ -191,9 +191,6 @@ void SeerVariableTrackerBrowserWidget::handleText (const QString& text) {
item->setText(3, "used");
}
}else if (text.startsWith("^error,msg=\"No registers.\"")) {
variablesTreeWidget->clear();
}else{
// Ignore others.
}