Can't debug with RubyMine 3.1.1
I upgraded to RubyMine 3.1.1. from 3.0. Now the debugger doesn’t work anymore. I get a message: “Cannot connect to the debugged process … ” Before (or during) RubyMine tries to connect to the debugger, a warning message box flashes up quickly and disappears so fast that I can’t read what it says.
Any advice? I’m using ruby 1.9.2 with ruby-debug-ide 0.4.17.beta3, ruby-debug-base 0.11.27 with Rails 3.
Regards,
Nico
PS.: Now I also cannot debug a Rails 2.3.5 project anymore. That used to work with 3.1.1. I get the same problem like with the Rails 3 app: "Cannot connect to the debugged process..."
Please sign in to leave a comment.
Nico:
Don't know if this helps but.... I had the same issues that turned out to be a permissions on linux. However, I was using JRuby and have now relocated almost everything (JRuby, RubyMine, etc) to my home directory.
Thanks, well, I'm on the Mac, so I would assume having ruby mine in my apps folder should work. Actually debugging worked okay, before I upgraded to RubyMine 3.1.1,
using version 3.0. Maybe the problem is not RubyMine, but the beta debug ide gem it uses...
Nico, could you please try updating ruby-debug-ide gem to the beta4 version and see if the problem persists. In case it does please submit an issue to http://youtrack.jetbrains.net/issues/RUBY with verbose debugger output enabled (Settings | Debugger | Ruby).
Okay, done. Now the debugger seems to start, but I get an exception:
http://youtrack.jetbrains.net/issue/RUBY-8385?projectKey=RUBY