This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 193248 - Attach does not work due to error "No Executable file name was specified"
Summary: Attach does not work due to error "No Executable file name was specified"
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC All
: P2 normal (vote)
Assignee: Chihin Ko
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-12-10 15:03 UTC by Alexander Pepin
Modified: 2010-12-11 01:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2010-12-10 15:03:00 UTC
Steps to reproduce:
- create Quote sample
- switch profiler off
- run the project
- try to attach to the process via Attach dialog or by "simple attach"
Result: Error window appears with the message "No Executable file name was specified"
Comment 1 Alexander Pepin 2010-12-10 15:04:30 UTC
see also bug #192001
Comment 2 Chihin Ko 2010-12-11 01:47:47 UTC
although gdb can take "-" as executable path when attaching, but afterward, gdbgui still need execatable path for -file-exec-and-symbols mi command to set up source displaying, gdbgui/mi is pull model, everything is initiated from gui side, on the other hand dbxgu/gluei is push model, dbx would send enough information when necessary, so dbxgui does not need this path information.

http://hg.netbeans.org/cnd-main?cmd=changeset;node=82fc8b1d5f38