enduro
1
Hi
When starting my Rails 2rc1 app with “script/server --debugger”, the
console falls directly into irb once a “debugger” statement is
encountered.
Any idea what I have to do in order to be thrown into the debugger
rather than irb?
Many thanks, -sven
enduro
2
Figured it out: The app was created with a stable Rails release.
Re-building it from 2rc1 scratch fixed this issue.
enduro
3
With this fixed, here’s a little followup:
.rdebugrc is not read with Rails 2rc1. Any other way of passing default
settings to the debugger, maybe in environment/development.rb?