I have a twist on the issue of how to “get ruby debugging to work” in the rails project. Selecting Run / Debug myproject in RubyMine opens the Connect to Debugger dialog box, which supposedly fails after 10 seconds (timeout). However, there is an informational message in the debug console that changes from "( i) disconnected “before” (i) “Connected” as soon as I call “Run / Debug”. After the timeout, this will change to "(i) Disabled" Is there really a connection, but RubyMine does not know?
Edit: I have to note that I can connect to a debug server (rdebug-ide), manually started outside of RubyMine, and my computer system (Mac OS X) has a name and that in console ... RubyMine just doesn't connect when it automatically starts the debug server itself.
source share