File: control

package info (click to toggle)
voltron 0.1.7%2Bgit20200109-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 616 kB
  • sloc: python: 5,690; sh: 252; javascript: 118; ansic: 49; makefile: 5
file content (36 lines) | stat: -rw-r--r-- 1,382 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
36
Source: voltron
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
               asciidoc,
               dh-sequence-python3,
               gdb,
               python3-all,
               python3-blessed,
               python3-flask-restful,
               python3-flask,
               python3-mock,
               python3-nose,
               python3-pexpect,
               python3-requests-unixsocket,
               python3-scruffy,
               python3-setuptools,
               python3-werkzeug,
               xmlto,
Standards-Version: 4.6.0
Homepage: https://github.com/snare/voltron
Vcs-Git: https://salsa.debian.org/python-team/packages/voltron.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/voltron

Package: voltron
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Hacky debugger UI for hackers
 Voltron is an extensible debugger UI toolkit written in Python. It aims to
 improve the user experience of various debuggers (LLDB, GDB, VDB and WinDbg) by
 enabling the attachment of utility views that can retrieve and display data
 from the debugger host. By running these views in other TTYs, you can build a
 customised debugger user interface to suit your needs.