Default to "autolist on" in ruby debugger
Is there a way to set up certain defaults in the debu开发者_运维技巧gger? I'm not finding a way to do this..
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-
精彩评论