File: control

package info (click to toggle)
ruby-pry-byebug 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: ruby: 1,102; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download
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
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 (>= 11),
 gem2deb,
 rake,
 pry,
 ruby-byebug,
 ruby-rspec,
 ruby-simplecov
Standards-Version: 4.2.1
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

Package: ruby-pry-byebug
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends}, pry, ruby-byebug
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.