Source: ruby-byebug Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Pirate Praveen , Lucas Kanashiro Build-Depends: debhelper-compat (= 13), gem2deb (>= 1), rake, pry, ruby-bundler, ruby-columnize, ruby-simplecov Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-byebug.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-byebug Homepage: https://github.com/deivid-rodriguez/byebug Testsuite: autopkgtest-pkg-ruby Rules-Requires-Root: no Package: ruby-byebug Architecture: any Depends: ruby, ruby-columnize, ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends} Breaks: ruby-pry-byebug (<< 3.7.0-1~) Multi-Arch: same Description: Ruby fast debugger - base + CLI Byebug is a Ruby debugger. It's implemented using the 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.