Class | Debugger::Breakpoint |
In: |
ext/ruby_debug.c
|
Parent: | Object |
Document-class: Breakpoint
This class represents a breakpoint. It defines position of the breakpoint and condition when this breakpoint should be triggered.
Returns the hit condition of the breakpoint:
nil if it is an unconditional breakpoint, or :greater_or_equal, :equal, :modulo