I faced this exception when debugging with RubyMine...
Debugger.start is not called yet.
|
I faced this exception when debugging with RubyMine...
|
||||
|
|
|
After a while of trying other proposed solutions, I found that I had the following in the gem file:
This causes a conflict somehow for the debugger... Removing this line solved it to me... Thanks... |
|||
|
|