On 27 March 2010 14:21, Don Ziesig <[email protected]> wrote: > Dani Dani wrote: >> Thank you all for your support. Yes, I'll try Linux. >> >> Regards, >> >> Dani > > Well, I am using Debian (upstream of Ubuntu) and I am getting exactly > the same error. I do have Aptana RadRails installed, but I am using it > only as an editor. I run the app from the app-root directory with > script/server --debugger, and it runs until I hit the debugger statement > then it crashes with the "undefined method `run_init_script' for > Debugger:Module" error. > > I'll keep you posted if I figure out a fix.
What does gem list show? It should have ruby-debug and ruby-debug-base but not ruby-debug-ide which is apparently the radrails one that can cause the problem. Colin -- 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.

