This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
pkgsrc
Watch
1
Star
0
Fork
You've already forked pkgsrc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
9562254654
pkgsrc
/
devel
/
ruby-byebug
/
ALTERNATIVES
2 lines
44 B
Text
Raw
Normal View
History
Unescape
Escape
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.
2017-07-13 16:36:27 +02:00
bin/byebug @PREFIX@/bin/byebug@RUBY_SUFFIX@
Reference in a new issue
Copy permalink