- Create breakpoints in the source code.
- Launch the debugging session for your Ruby script or Rails application, using the pre-configured RubyMine run/debug configuration.
- Pause or resume the debugging session as required.
- During the debugger session, step through the breakpoints, switch between frames, change values on-the-fly, examine a suspended program, explore frames, evaluate expressions, and set watches.

