RubyMine
 
Get RubyMine
You are viewing the documentation for an earlier version of RubyMine.

Debug

Last modified: 09 June 2023

RubyMine provides a debugger for Ruby code, including the ERB and HAML files. Debugging Ruby 2.0+ projects requires the debase and ruby-debug-ide gems installed in the project SDK. If these gems are not installed, RubyMine will suggest doing this when you run debugging for the first time.

Using debug, byebug, or a similar debugging gem in your project may affect the RubyMine debugger. We recommend disabling such gems to prevent slowdowns or unexpected behavior.