Ruby-debug 0.9.3 and Rails 2rc1: falls directly to irb

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

Figured it out: The app was created with a stable Rails release.
Re-building it from 2rc1 scratch fixed this issue.

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?