I use RubyMine to develop a Rails3 application, but I am unable to get the debugger to work. I always get the following message:
Unable to connect to debugging process on port 60706 after 10 seconds:
The reset and kill process when the debuggee process is running. You may try to increase the timeout. Killing ...
Error: fast debugger (ruby-debug-ide 0.4.17.beta3, ruby-debug-base 0.11.26) listens for 127.0.0.1:60706
Try to increase the waiting time Settings | Debugger | Ruby | Debug connection timeout
Of course, I tried to increase the timeout value, but this does not help. I do not know how to solve the problem. I do not see any debug output, error log ... Any hint would be very optimized!
Achim source share