File: control

package info (click to toggle)
ruby-byebug 11.1.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,252 kB
  • sloc: ruby: 8,835; ansic: 1,662; sh: 6; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,309 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
31
32
33
34
35
Source: ruby-byebug
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
           Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               pry,
               ruby-bundler,
               ruby-columnize,
               ruby-simplecov
Standards-Version: 4.7.0
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.