File: ipdb3.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-- 495 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.TH ipdb3 1
.SH NAME
ipdb3 \- standalone IPython-based Python 3 debugger
.SH SYNOPSIS
.B ipdb
\fIscriptfile \fR[\fIarg\fR]...
.br
.SH DESCRIPTION
ipdb3 is a standalone Python 3 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