mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
6 lines
274 B
Plaintext
6 lines
274 B
Plaintext
debugger is a fast implementation of the standard Ruby debugger debug.rb.
|
|
|
|
It is implemented by utilizing a new Ruby C API hook. The core component
|
|
provides support that front-ends can build on. It provides breakpoint
|
|
handling, bindings for stack frames among other things.
|