7 lines
243 B
ReStructuredText
7 lines
243 B
ReStructuredText
|
pdb: support keyword arguments with ``pdb.set_trace``
|
||
|
|
||
|
It handles ``header`` similar to Python 3.7 does it, and forwards any
|
||
|
other keyword arguments to the ``Pdb`` constructor.
|
||
|
|
||
|
This allows for ``__import__("pdb").set_trace(skip=["foo.*"])``.
|