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 56345

Summary: Ensure that sources learned by the debugger are displayed in the Sources window
Product: debugger Reporter: Andrei Badea <abadea>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker CC: lkotouc
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Andrei Badea 2005-03-14 09:09:59 UTC
Currently the sources displayed by the debugger in the Sources window are only
those obtained from GlobalPathRegistry. 

It would be better to also display in the Sources window sources learned in
other ways (e.g., from the run classpath through SourceForBinaryQuery, or from
the <sourcepath> property of the <nbjpdaconnect> task), even if these sources
are not registered in GlobalPathRegistry. The debugger currently uses these
sources, but it just doesn't display them in the Sources window.
Comment 1 Martin Entlicher 2005-05-13 14:52:35 UTC
I agree that this should be displayed.
See also associated issue #51761.
Comment 2 Peter Pis 2008-04-10 22:54:12 UTC
Changing TM for open issues.
Comment 3 Martin Entlicher 2008-10-16 15:45:47 UTC
In 6.5 when debugging a project, the source-path is taken from conversion of it's class-path.
Please verify.
Comment 4 Quality Engineering 2010-04-29 09:21:36 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.