Debug dialog for "attach" mode now detects executable name and path.

This commit is contained in:
Ernie Pasveer
2023-07-31 11:42:45 -05:00
parent 01fa63af26
commit 3996e63ab9
9 changed files with 68 additions and 21 deletions
+5
View File
@@ -24,6 +24,11 @@ QString SeerSlashProcDialog::selectedName () const {
return processInfoWidget->selectedName();
}
QString SeerSlashProcDialog::selectedFullname () const {
return processInfoWidget->selectedFullname();
}
QString SeerSlashProcDialog::selectedCommandLine () const {
return processInfoWidget->selectedCommandLine();