vote up 3 vote down star
1

Does ruby have a stepwise debugger, similar to perl's "perl -d"?

flag

14% accept rate

2 Answers

vote up 6 vote down

Check out the ruby-debug gem and the rdebug command. Here is a random blog article about ruby-debug to get you started.

link|flag
vote up 0 vote down

From the command line (if you have the debug module available):

ruby -r debug /path/to/ruby_script.rb
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.