./wip/pydb, The Extended Python Debugger

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.26, Package name: pydb-1.26, Maintainer: splitscreen

This is an expanded version of the Python debugger, pdb.py

Largely we're trying to follow gdb's command set unless there's good
reason. So new or modified command names generally refer to the
function they have in gdb.


Required to run:
[devel/py-readline] [wip/py-ipython]


Package options: pyreadline

Master sites: (Expand)

SHA1: 7f2de4530c3399cfb380fccdc440f5a8e14cc989
RMD160: ecefe104f58b0857ec2e17d6d0421e28030d6160
Filesize: 558.773 KB

Version history: (Expand)


CVS history: (Expand)


   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2009-04-25 22:22:06 by Kamel Derouiche | Files touched by this commit (6) | Package updated
Log message:
update version

   2009-03-26 23:28:26 by Kamel Derouiche | Files touched by this commit (6)
Log message:
   2006-10-12 23:13:40 by Sergey Svishchev | Files touched by this commit (14)
Log message:
Follow redirects in MASTER_SITEs and HOMEPAGEs.
   2006-08-14 02:02:30 by Matt Fleming | Files touched by this commit (6)
Log message:
Get the package to build properly. Require a Python package be installed
(this was the reason the bulk-build failed). Also sort out a number of problems
with different Python versions being installed on the same system.
   2006-08-09 01:20:28 by Matt Fleming | Files touched by this commit (4) | Imported package
Log message:
This is an expanded version of the Python debugger, pdb.py

It largely tries to follow gdb's command set unless there's good
reason not to. So new or modified command names generally refer to the
function they have in gdb.