Module Kernel
In: lib/ruby-debug-base.rb

Methods

Public Instance methods

Returns a binding of n-th call frame

breakpoint(steps = 1, &block)

Alias for debugger

If a block is given (and the debugger hasn‘t been started, we run the block under the debugger. Alas, when a block is given, we can‘t support running the startup script or support the steps option. FIXME.

[Validate]