Search code examples
rubymine

RubyMine Debugger not pausing correctling


Using the debugger breaks the application just fine as it should. However a problem has started occuring, now when typing in the interactive console, the debugger seems to continue executing, and also ignoring any further breakpoints set in RubyMine!

Anyone else experiencing the same issue?


Solution

  • This is a multi step solution.

    1. Uninstall ruby-debug-ide gem uninstall ruby-debug-ide
    2. Install rubymine EAP here
    3. Let RubyMine EAP install ruby-debug-ide when debugging