ID EN
Debugger (pdb)

Pdb

Python 3.11

Pdb is the debugger class.

Syntax

PYTHON
class pdb.Pdb(completekey='tab', stdin=None, stdout=None, skip=None, nosigint=False, readrc=True)

Examples

Example 1
PYTHON
import pdb; pdb.Pdb(skip=['django.*']).set_trace()

See Also

Pdb cmd.Cmd continue auditing event