.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 "SEE ALSO" pdb documentation at \fBhttp://docs.python.org/library/pdb.html\fR or \fB/usr/share/doc/python/html/library/pdb.html\fR