File: control

package info (click to toggle)
pydb 1.01-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 100 kB
  • ctags: 157
  • sloc: python: 1,122; makefile: 40; sh: 18
file content (15 lines) | stat: -rw-r--r-- 516 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: pydb
Section: devel
Priority: optional
Maintainer: Gregor Hoffleit <flight@debian.org>
Standards-Version: 3.5.6
Build-Depends-Indep: debhelper

Package: pydb
Architecture: all
Depends: python (>= 2.1), python (<< 2.2)
Suggests: ddd (>= 3.0-5)
Description: An enhanced Python command-line debugger
 Pydb is a command-line debugger for Python. It is based on the standard Python
 debugger pdb, but has a number of added features. Particularly, it is suitable
 for use with DDD, a graphical debugger front end.