ipdb 0.6.1-1~ubuntu12.04.1 source package in Ubuntu

Changelog

ipdb (0.6.1-1~ubuntu12.04.1) precise-backports; urgency=low

  * No-change backport to precise
 -- Iain Lane <email address hidden>   Wed, 23 Oct 2013 20:13:00 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise backports universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ipdb_0.6.1.orig.tar.gz 4.0 KiB bdbb036c5794d75a74db01b119de708676bdb5e36290258087427d3832266eaa
ipdb_0.6.1-1~ubuntu12.04.1.debian.tar.gz 2.1 KiB 3de9742a28d431e06afa9362999f7be28fd16d19ebba717c42c1475345f2248f
ipdb_0.6.1-1~ubuntu12.04.1.dsc 2.0 KiB 02adc046f3c4c897c5c6b3f7b26dd57b87065a773b72c300d474b818858f2a88

View changes file

Binary packages built by this source

python-ipdb: IPython-based pdb replacement

 ipdb is a replacement for pdb Python debugger, adding IPython features (tab
 completion, syntax highlighting, better tracebacks, better introspection) to
 it.
 .
 ipdb contains replacements for set_trace(), post_mortem() and pm() functions
 from the pdb module. It also contains ipdb binary which can be used instead
 of pdb binary to debug standalone scripts.