Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I faced this exception when debugging with RubyMine...

Debugger.start is not called yet.
share|improve this question

1 Answer

After a while of trying other proposed solutions, I found that I had the following in the gem file:

gem "debugger"

This causes a conflict somehow for the debugger... Removing this line solved it to me...

Thanks...


Source: Debugger crashes when it hits the first breakpoint

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.