I would like to provide custom representations for objects inspected in debug mode. For instance, navigate through trees structures, or things like that. Is there an API for doing so? Guillaume
Even more urgent - the debugger's inspection of java standard collections is awful! If I have a list, I don't care to see all the inner details of whats in the list (typically). I want to see what is in the list - ditto Map and Set. Please provide a means of adding renderers for custom classes - this is the single best feature you could add.
Even more urgent - the debugger's inspection of java standard collections is awful! If I have a list, I don't care to see all the inner details of whats in the list (typically).
You do know about Customize View | Alternate view for Collections classes (in the right-click menu in the frame tab of the debugger)?
Even more urgent - the debugger's inspection of java standard collections is awful! If I have a list, I don't care to see all the inner details of whats in the list (typically). I want to see what is in the list - ditto Map and Set. Please provide a means of adding renderers for custom classes - this is the single best feature you could add.
Todd Blanchard wrote:
You do know about Customize View | Alternate view for Collections
classes (in the right-click menu in the frame tab of the debugger)?