Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-debugger
From: Takahiro Kambe
Date: 2015-02-04 14:39:43
Message id: 20150204133943.410C598@cvs.netbsd.org
Log Message:
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.
Files: