Debugger API

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

0
2 comments

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.

0

Todd Blanchard wrote:

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)?

0

Please sign in to leave a comment.