Is there any other debugger that tries to give some more graphical representation of datastructures after hitting a breakpoint?
I'm planning to write a Debugger myself and would like to see what the competition can do. Especially for (dynamically typed) script languages i think it would be nice as often you can only guess what data is exactly there.
Are there some better data display interfaces for some of the "image" languages like lisp and smalltalk?