File: control

package info (click to toggle)
winpdb 1.4.8-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 736 kB
  • sloc: python: 11,515; makefile: 29; sh: 15
file content (27 lines) | stat: -rw-r--r-- 1,222 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
Source: winpdb
Section: python
Priority: optional
Maintainer: Bernd Zeimetz <bzed@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), dpatch
Build-Depends-Indep: docbook-to-man, lsb-release
Standards-Version: 3.9.3
Homepage: http://www.winpdb.org/
Vcs-Svn: svn://svn.debian.org/python-apps/packages/winpdb/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/winpdb/trunk/

Package: winpdb
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: x-terminal-emulator | screen, python-wxversion, python-wxgtk2.8, python-crypto
Description: Platform independent Python debugger
 Winpdb supports debugging of threads- and curses based applications,
 namespace modification and embedded debugging. As a remote debugger,
 it uses (encrypted) network connections to connect to the debuggee
 (which is running on the same machine, usually).
 .
 Winpdb is the graphical, wx-based frontend to rpdb2, which is also
 included in this package. rpdb2 is text based and able to use screen
 sessions if there is no x-terminal-emulator available.
 .
 Winpdb is up to 20 times faster than pdb.