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 - Ensure that sources learned by the debugger are displayed in the Sources window
Summary: Ensure that sources learned by the debugger are displayed in the Sources window
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-14 09:09 UTC by Andrei Badea
Modified: 2010-04-29 09:21 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.