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

Summary: Ability tp explore the ClassLoader in Classes View
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker CC: sandipchitale
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.