4

Is there a way to set up certain defaults in the debugger? I'm not finding a way to do this..

Jeremy Smith
  • 14,727
  • 19
  • 67
  • 114

1 Answers1

12

create the file ~/.rdebugrc

add this:

set autolist
set autoeval
set autoreload

credit to (and more info) here: http://pivotallabs.com/users/chad/blog/articles/366-ruby-debug-in-30-seconds-we-don-t-need-no-stinkin-gui-

ffoeg
  • 2,336
  • 1
  • 14
  • 13