pkgsrc/devel/ruby-debugger/DESCR
taca cad06a0a94 Add ruby-debugger package version 1.6.8. It supports Ruby 1.9.3 and 2.0.0.
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.
2015-02-04 13:39:43 +00:00

5 lines
274 B
Text

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.