[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Stepping Through Ruby

Mike Stephens

6/14/2009 2:18:00 PM

In VBA you can step through the code and at any point examine all the
state. Is there any similar facility for Ruby?
--
Posted via http://www.ruby-....

1 Answer

Ben Lovell

6/14/2009 2:24:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

On Sun, Jun 14, 2009 at 3:17 PM, Mike Stephens <rubfor@recitel.net> wrote:

> In VBA you can step through the code and at any point examine all the
> state. Is there any similar facility for Ruby?
> --
> Posted via http://www.ruby-....
>
>
There is a debugger for ruby which you use through the shell. There's a
pretty good run through of it over at railscasts.com:

http://railscasts.com/episodes/54-debugging-with-...

Take a look.

Ben