forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
316 B
Text
6 lines
316 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.
|
|
|
|
WWW: http://github.com/cldwalker/debugger
|