I have a twist on the much-asked "how to get rubymine debugging to work" on a rails project. Selecting "Run/Debug 'myproject'" in RubyMine pops up a dialog titled "connecting to the debugger" which supposedly fails 10 seconds later (timeout). However, In the debug console, there is an informational message which changes from "(i) Disconnected" to "(i) Connected" as soon as I invoke Run/Debug. After the timeout, this changes back to "(i) Disconnected" Is the connection actually happening but RubyMine doesn't know?
Edit: I should note that I am able to connect to a debug server (rdebug-ide) started manually outside of RubyMine, and my computer system (Mac OS X) has a name, and that no errors are displayed in the console....RubyMine just doesn't connect when it starts the debug server itself automatically.