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
-5
View File
@@ -296,11 +296,6 @@ void SeerMemoryVisualizerWidget::handleText (const QString& text) {
handleRefreshButton();
}
// End of program. Clear everything as it will be out of date.
}else if (text.startsWith("^error,msg=\"No registers.\"")) {
setVariableName("");
setMemoryLength("");
}else{
// Ignore anything else.
}