ipdb exports functions to access the IPython debugger, which features tab completion, syntax highlighting, better tracebacks, better introspection with the same interface as the pdb module. WWW: https://github.com/gotcha/ipdb PR: ports/179564 Submitted by: milki <milki rescomp.berkeley.edu>
5 lines
227 B
Text
5 lines
227 B
Text
ipdb exports functions to access the IPython debugger, which features tab
|
|
completion, syntax highlighting, better tracebacks, better introspection with
|
|
the same interface as the pdb module.
|
|
|
|
WWW: https://github.com/gotcha/ipdb
|