cldwalker / debugger

port of ruby-debug that works on 1.9.2 and 1.9.3
BSD 2-Clause "Simplified" License
845 stars 80 forks source link

More useful default config #62

Closed cldwalker closed 11 years ago

cldwalker commented 11 years ago

To do any useful debugging, I usually add this to ~/.rdebugrc:

set autolist
set autoeval
set autoreload

We should make these defaults.

cldwalker commented 11 years ago

I'm happy enough with #72 :sunny: