##// END OF EJS Templates
add pr entry
Terry Davis -
Show More
@@ -0,0 +1,15 b''
1 Expose Pdb API
2 ===================
3
4 Expose the built-in ``pdb.Pdb`` API. ``Pdb`` constructor arguments are generically
5 exposed, regardless of python version.
6 Newly exposed arguments:
7
8 - ``skip`` - Python 3.1+
9 - ``nosiginnt`` - Python 3.2+
10 - ``readrc`` - Python 3.6+
11
12 Try it out::
13
14 from IPython.terminal.debugger import TerminalPdb
15 pdb = TerminalPdb(skip=["skipthismodule"])
General Comments 0
You need to be logged in to leave comments. Login now