Tool for Program Visualization ?

B

benjohn

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.
 
G

Gilbert Rebhan

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?

it's helpful to see what's going on. also great for
a quick test of algorithms, it's like an algorithm theatre ;-)
I wonder if
you'd be better off with a normal graphical debugger (Komodo, for Ruby,
say.)

Komodo ain't free. I'm looking for a free tool.
Are there free graphical debuggers around for ruby ?!
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.

working with eclipse, i know the benefits of a debugger,
but the RDT plugins are not the same level as the JDT yet.

Regards, Gilbert
 
Z

Zev Blut

coming to Ruby from Java i'm lookin for a tool
similar to =3D =
http://cs.joensuu.fi/jeliot/index.php

which is for java only.

Any tools available ?

That looks pretty cool. Although, it is text based you can use the
ruby tracer tool. Simply run

"ruby -r tracer yourcode.rb"

to see the textual output of what Ruby is doing. If I were to attempt
making Jeliot for Ruby I would probably use this as a base.

Cheers,
Zev
 
G

Gilbert Rebhan

Hi,

That looks pretty cool. Although, it is text based you can use the
ruby tracer tool. Simply run

"ruby -r tracer yourcode.rb"

to see the textual output of what Ruby is doing. If I were to attempt
making Jeliot for Ruby I would probably use this as a base.

ok, thanks didn't know of that.
i'll give it a try.

Regards, Gilbert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top