--- - branch: MAIN date: Thu Jul 13 14:36:27 UTC 2017 files: - new: '1.1' old: '0' path: pkgsrc/devel/ruby-byebug/ALTERNATIVES pathrev: pkgsrc/devel/ruby-byebug/ALTERNATIVES@1.1 type: added - new: '1.1' old: '0' path: pkgsrc/devel/ruby-byebug/DESCR pathrev: pkgsrc/devel/ruby-byebug/DESCR@1.1 type: added - new: '1.1' old: '0' path: pkgsrc/devel/ruby-byebug/Makefile pathrev: pkgsrc/devel/ruby-byebug/Makefile@1.1 type: added - new: '1.1' old: '0' path: pkgsrc/devel/ruby-byebug/PLIST pathrev: pkgsrc/devel/ruby-byebug/PLIST@1.1 type: added - new: '1.1' old: '0' path: pkgsrc/devel/ruby-byebug/distinfo pathrev: pkgsrc/devel/ruby-byebug/distinfo@1.1 type: added id: 20170713T143627Z.3a92e7c13f9737607f4e4f810c5d64fbd4c62aa2 log: | Add ruby-byebug package version 9.0.6. 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. module: pkgsrc subject: 'CVS commit: pkgsrc/devel/ruby-byebug' unixtime: '1499956587' user: taca