mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Finished feature of opening assembly tab when there's no source file.
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user