[Ruby] [ANN] RTInspect

Daevid Vincent daevid at daevid.com
Wed Jan 10 13:58:45 PST 2007


Just thought you all might find this interesting. It's done by a guy named
Brad that Evan and I work with. He's one smart cookie, and he gave us a
formal live demo of it today and it was quite impressive...

http://rubyforge.org/projects/rtinspect/

This is a class that will enable remote access capabilities in a running
Ruby process, exposing the ability to enable breakpoints, walk code (e.g.
step/next/continue), inspect variables, modify codepaths, and many other
debugging actions.

http://rubyforge.org/forum/forum.php?forum_id=11240

The first draft of the Runtime Inspection and Debugging Thread is available.
This pass is very close to fully functional and allows one to effectively
telnet into a running Ruby process to inspect and monitor progress. Check
out the README for details and examples of usage. Looking for comments on
usefulness and/or approach as well as potential feature requests.

http://rtinspect.rubyforge.org/doc/



More information about the Ruby mailing list