ipdb(1) debian man page | unix.com

Man Page: ipdb

Operating Environment: debian

Section: 1

ipdb(1) 						      General Commands Manual							   ipdb(1)

NAME
ipdb - standalone IPython-based Python debugger
SYNOPSIS
ipdb scriptfile [arg]...
DESCRIPTION
ipdb is a standalone Python debugger based on IPython. It is similar to the pdb debugger from the Python standard library but has addi- tional IPython features such as improved tracebacks and syntax highlighting.
AUTHOR
This manual page was written by Andrey Rahmatullin <wrar@wrar.name> for the Debian system (but may be used by others).
SEE ALSO
pdb documentation at http://docs.python.org/library/pdb.html or /usr/share/doc/python/html/library/pdb.html ipdb(1)
Related Man Pages
irunner(1) - debian
python-coverage(1) - debian
rhino-debugger(1) - debian
irunner(1) - suse
python-config(1) - debian
Similar Topics in the Unix Linux Community
how to replace a line in a file using shell script
Friday afternoon headache
script to monitor mount points on linux box
Help with database backup script
How does ||: evaluate?