Source: ruby-byebug Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen , Lucas Kanashiro Build-Depends: debhelper (>= 11~), gem2deb, ruby-columnize (>= 0.9.0) Standards-Version: 4.1.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-byebug.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-byebug Homepage: http://github.com/deivid-rodriguez/byebug Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-byebug Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-columnize (>= 0.9.0), ${misc:Depends}, ${shlibs:Depends} Description: Ruby fast debugger - base + CLI Byebug is a Ruby 2 debugger. It's implemented using the Ruby 2 TracePoint C API for execution control and the Debug Inspector C API for call stack navigation. The core component provides support that front-ends can build on. It provides breakpoint handling and bindings for stack frames among other things and it comes with an easy to use command line interface.