[Rails] Re: Problema Aptana e Debugger

2013-06-21 Thread Yuri Redaelli
Reading several topics I understood that ruby-debug is no more mantained. I removed all gems about it and installed "debugger" gem instead. Now the problem is: how I could start rails server using debugger? I mean: when I try to start rails server from Aptana I have this type of message: unabl

[Rails] Re: Problema Aptana e Debugger

2013-06-21 Thread Yuri Redaelli
Thank you for your answer. Now I think the debugger is correctly installed but when I try to start the server another error occurs. 6586: Exception in DebugThread loop: wrong number of arguments (0 for 1) Backtrace: /var/lib/gems/1.9.1/gems/ruby-debug19-0.11.6/cli/ruby-debug/interface.rb:163:in

[Rails] Re: Problema Aptana e Debugger

2013-06-20 Thread Oldtimer
hi, do you know this? http://stackoverflow.com/questions/10120560/how-can-i-get-debug-support-in-aptana-3-with-ruby-1-9-3 http://www.agile-workers.com/web/de/2012/09/debugging-ruby-1-9-3-applications-in-eclipse/ http://stackoverflow.com/questions/9122232/how-do-i-install-ruby-debug-in-ruby-1-9-3