Python Debugpy

Debugs Python with breakpoint()/pdb, python -m pdb, pytest --pdb, and debugpy DAP attach to long-lived processes. Use when a test value is wrong, a daemon misbehaves, or step-through inspection is required. Not for print/logging or pytest --showlocals that already explain the failure, nor the language-agnostic 4-phase loop (systematic-debugging).

Kayforkind a87b3d1 15.6 KB Updated

File contents

Kayforkind/skill-slice commit a87b3d1a42

Frequently asked questions

npx skillmds@latest add kayforkind/python-debugpy