Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.03 KB

README.rst

File metadata and controls

27 lines (18 loc) · 1.03 KB

tests Ruff https://img.shields.io/badge/skeleton-2024-informational

Backport of pdb from later Python versions to older ones:

from backports import pdb

Including support for the -m option:

$ python -m backports.pdb -m mymodule