From: benjohn@... Date: 2006-12-05T03:50:43+09:00 Subject: Re: Tool for Program Visualization ? > Hi, > > coming to Ruby from Java i'm lookin for a tool > similar to = > > http://cs.joensuu.fi/jeliot/index.php > > which is for java only. > > Any tools available ? > Thanks for any hints!! > > Regards, Gilbert I'm afraid I don't know of anything like that, but others may. Looking at the tool, do you actually find that at all useful? :) It's kind of fun, but does it help you to see what's going on? I wonder if you'd be better off with a normal graphical debugger (Komodo, for Ruby, say.). They usually give much the same kind of information about the virtual machine's states, but don't act out an animated story of how those changes occur.