I've got the same problems I'm running as regular > $ ruby script/server --debugger reach the break point > (rdb:5) trying to run irb > (rdb:5) irb and > INTERNAL ERROR!!! Unrecognized switch: -debugger >... Full trace here: http://pastie.org/436603.txt
But if you run debugger with RAILS_GEM_VERSION 2.2.2 or 2.1.2, everything works fine. irb by itself and script/console works fine under 2.3.2 Ubuntu Linux 8.10 kernel 2.6.27-7-generic ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] Temporary solution: run debugger through > $ rdebug ./script/server Have to push "c" after starting up Anyway, better than nothing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

