.TH ipdb 1 .SH NAME ipdb \- standalone IPython-based Python debugger .SH SYNOPSIS .B ipdb \fIscriptfile \fR[\fIarg\fR]... .br .SH DESCRIPTION ipdb is a standalone Python debugger based on IPython. It is similar to the pdb debugger from the Python standard library but has additional IPython features such as improved tracebacks and syntax highlighting. .SH AUTHOR This manual page was written by Andrey Rahmatullin for the Debian system (but may be used by others). .SH "SEE ALSO" pdb documentation at \fBhttp://docs.python.org/library/pdb.html\fR or \fB/usr/share/doc/python/html/library/pdb.html\fR