mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Debug dialog for "attach" mode now detects executable name and path.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user