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 179608

Summary: line breakpoints sometimes don't work when remote debugging
Product: third-party Reporter: ivan <ivan>
Component: DBX-GuiAssignee: ivan <ivan>
Status: RESOLVED DUPLICATE    
Severity: normal CC: common_debugger
Priority: P3    
Version: -S1S-   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description ivan 2010-01-17 21:17:42 UTC
Create a project on machine 'here'.
Build it on machine 'there'.
Debug it on machine 'there'.
Open a src file via the Project view. The name of the file will
be relative to 'here'.
Put a line bpt in this file.
Dbx, running there, will not be able to find it because it lacks
/net/here as a prefix.
Comment 1 ivan 2010-01-29 19:11:56 UTC
This bug (as well as 179467) are all in the same family, are caused
my the same lack of pathmapping and require the same general fix.

*** This bug has been marked as a duplicate of bug 176604 ***