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

Debug console

Last modified: 09 August 2022

When you run the debugging session for a Ruby script, Rails application, or test, RubyMine displays output and error messages in a console. After a breakpoint is hit or the debugging session is paused manually, you can examine a state of the suspended program using an interactive IRB-like console. In this console, you can check variable values, examine complex objects, call methods, and so on.

https://resources.jetbrains.com/help/img/idea/2022.2/rm_get_started_debug_console.png
Gif

In this topic, we'll show you how to open and use this console.