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

Breakpoints

Last modified: 10 May 2022

Breakpoints are source code markers that let you suspend program execution at a specific point and examine its behavior.

Breakpoint

Once set, a breakpoint remains in your project until you remove it explicitly (except for temporary line breakpoints).

If a file with breakpoints was modified externally, for example, updated through a VCS or changed in an external editor, and the line numbers have changed, breakpoints will be moved accordingly. Note that RubyMine must be running when such changes are made, otherwise they will pass unnoticed.