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 83959 - Ability tp explore the ClassLoader in Classes View
Summary: Ability tp explore the ClassLoader in Classes View
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 19:00 UTC by Martin Entlicher
Modified: 2006-10-23 15:46 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 Martin Entlicher 2006-08-31 19:00:52 UTC
It would be nice if the ClassLoader node's fields could be explored like in
Local Variables view (in a separate window) so that one could see the URL's used
by say URLCLassLoader.

Another approach can be to have an action, or drag-and-drop to copy an arbitrary
object reference to the Evaluator and/or Watches, which allow to explore the
object's fields.