cbuschka / beanshell2

Automatically exported from code.google.com/p/beanshell2
0 stars 0 forks source link

Bean sheel extensions: printing live objects #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The basic idea is that objects you print into beanshell should be live,
manipulable object, not just dead text.  This turns beanshell into a 
powerful debugging tool instead of a clumsy curiosity.

View this one-minute video
https://www.youtube.com/watch?v=33uAQ8bf3hA

If this gets you interested, there's obviously a lot to do to 
elaborate this into something really terrific.  For starters,
 a fancier UI within beanshell
 a default pretty-printer using introspection
 an interface so object can add things to the right click menu

Original issue reported on code.google.com by ddyer-go...@real-me.net on 11 Apr 2014 at 6:48