Last Updated: February 25, 2016
·
693
· mriddle

Set autoeval on automatically when debugging

Put the following into ~/.rdebugrc

set autolist
set autoeval
set autoreload

Commands that are not normally understood to be debugger commands now get evaluated as though they were Ruby commands. e.g. evaluating variables