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 103719 - Debug can not pick correct source file
Summary: Debug can not pick correct source file
Status: CLOSED DUPLICATE of bug 52180
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-11 09:57 UTC by gooddreams
Modified: 2010-04-29 09:32 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 gooddreams 2007-05-11 09:57:18 UTC
I have two projects, both them depend on some common libs but in different
version. When I debug the project, it can not stop on correct source file.
Examples:
Project prj_a depend on mylib-1.0.jar
Project prj_b depend on mylib-2.0.jar
when I debug project B, the debuger can not select correct source file for
debug.  It should stop on line 100 of file mylib-2.0.jar(/com/.../Hello.java),
but it stop     on line 100 of file mylib-1.0.jar(/com/.../Hello.java).
Comment 1 Martin Entlicher 2007-05-11 14:38:17 UTC
This was fixed in current 6.0 dev builds. See issue #52180.

*** This issue has been marked as a duplicate of 52180 ***
Comment 2 Quality Engineering 2010-04-29 09:32:59 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.