1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: ruby-pry-byebug
Section: ruby
Priority: optional
Maintainer: Freexian Packaging Team <team+freexian@tracker.debian.org>
Uploaders: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb,
rake,
pry (>= 0.13.0),
ruby-byebug (>= 11.0.1-1~),
ruby-rspec,
ruby-simplecov
Standards-Version: 4.5.0
Homepage: https://github.com/deivid-rodriguez/pry-byebug
Vcs-Browser: https://salsa.debian.org/debian/ruby-pry-byebug
Vcs-Git: https://salsa.debian.org/debian/ruby-pry-byebug.git
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-pry-byebug
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends}, pry, ruby-byebug (>= 11.0.1-1~)
Description: step-by-step debugging and stack navigation capabilities in pry using byebug
Adds step-by-step debugging and stack navigation capabilities to pry
using byebug.
.
To use, invoke pry normally. No need to start your script or app
differently: execution will stop in the first statement after your
binding.pry.
|