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

Summary: Attach does not work due to error "No Executable file name was specified"
Product: cnd Reporter: Alexander Pepin <apepin>
Component: DebuggerAssignee: Chihin Ko <chihinko>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 7.0   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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