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 180121

Summary: Have BOW echo working directory
Product: cnd Reporter: ivan <ivan>
Component: ProjectAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal CC: common_debugger
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description ivan 2010-02-01 15:25:52 UTC
It would be useful if the Build Output Window echoed the
working directory in which make is started as it starts.
This will help  sort things out in remote scenarios espceially
during debugging because the working directory a compiler runs in
is recorded in debugging information and becomes part of 
the pathname of files.
Comment 1 Alexander Simon 2010-02-02 10:29:18 UTC
What tool collection do you use?
Is your project from existing code?
Comment 2 ivan 2010-02-02 12:40:29 UTC
This RFE is independent of toolchain or kind of project.
Note, I'm only requesting the working directory from which make is started.
Individual compiler stuff can be deduced form that.