./devel/ruby-byebug, Ruby 2.0 fast debugger - base + CLI

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q1, Version: 11.0.0, Package name: ruby24-byebug-11.0.0, Maintainer: pkgsrc-users

Byebug is a simple to use, feature rich debugger for Ruby 2. It uses the new
TracePoint API for execution control and the new Debug Inspector API for call
stack navigation, so it doesn't depend on internal core sources. It's developed
as a C extension, so it's fast. And it has a full test suite so it's reliable.

It allows you to see what is going on _inside_ a Ruby program while it executes
and offers many of the traditional debugging features such as:

* Stepping: Running your program one line at a time.
* Breaking: Pausing the program at some event or specified instruction, to
examine the current state.
* Evaluating: Basic REPL functionality, although [pry] does a better job at
that.
* Tracking: Keeping track of the different values of your variables or the
different lines executed by your program.


Required to run:
[lang/ruby24-base] [devel/ruby-readline]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 58409418aad4ab4b9e2750e175c3dffcd846344c
RMD160: a0dd542f31d939fd5502a2d64206b61e51bcec7e
Filesize: 81.5 KB

Version history: (Expand)