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 - line breakpoints sometimes don't work when remote debugging
Summary: line breakpoints sometimes don't work when remote debugging
Status: RESOLVED DUPLICATE of bug 176604
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: -S1S-
Hardware: Sun Solaris
: P3 normal (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-17 21:17 UTC by ivan
Modified: 2010-01-29 19:11 UTC (History)
1 user (show)

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 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 ***