File: ipdb.1

package info (click to toggle)
ipdb 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • ctags: 58
  • sloc: python: 224; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.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