Does Ruby have a stepwise debugger, similar to Perl's "perl -d"?
|
feedback
|
|
Check out the ruby-debug gem and the rdebug command. Here is a random blog article about ruby-debug to get you started. | |||
|
feedback
|
|
From the command line (if you have the
| |||
|
feedback
|