Finished feature of opening assembly tab when there's no source file.

This commit is contained in:
Ernie Pasveer
2025-12-19 13:16:52 -06:00
parent 7fed7a338e
commit df17f0e493
10 changed files with 69 additions and 31 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ void SeerBreakpointsBrowserWidget::handleItemDoubleClicked (QTreeWidgetItem* ite
int lineno = item->text(8).toInt();
emit selectedFile(item->text(6), item->text(7), lineno);
emit selectedAddress(item->text(4));
emit maybeSelectedAddress(item->text(6), item->text(7), item->text(4));
}
void SeerBreakpointsBrowserWidget::handleRefreshToolButton () {