1

I have RubyMine 5.4.1

Until yesterday I was successfully able to put a break point in my ruby code, - A Rails app - and from the Run menu say "Debug Development" and it would run in debug mode and I could see my variables, step through my code, awesome. The only reason I got RubMine anyway.

But not sure what happened that I started getting that message box that says connection to debugger in 10 seconds which I even increased it to 30 seconds and still no luck. So after that 10 or 30 seconds time out this is also the error message I get:

enter image description here

This is also an screen shot of my Debug config if that helps:

enter image description here

9
  • Have you updated your Ruby version or gems since then? I've found that it's sensitive to different versions of the debugger gem. Commented Jun 12, 2013 at 13:54
  • @MattGibson: Nop, I just turned it off after work today....this morning turned it on and not working :( But let's say somehow something has changed regarding these version, then what would the solution be? Commented Jun 12, 2013 at 14:04
  • Check these answers. Commented Jun 12, 2013 at 14:15
  • @CrazyCoder: Thanks but those are getting different error messages Commented Jun 12, 2013 at 14:18
  • 1
    Reboot your system, reinstall debug gems. Commented Jun 12, 2013 at 14:35

2 Answers 2

1

In case of the weird issues possibly caused by networking rebooting the system may help.

Sign up to request clarification or add additional context in comments.

Comments

0

In my case, not setting the computer name was the problem. You can use the following code in terminal to set the computer name

sudo scutil --set HostName [NewHostNameHere]

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.