debugpy — удалённая отладка Python-кода
★ 6.8 · vibe-coding
debugpy is a Claude Code skill that helps work with debugpy, Microsoft's implementation of the Debug Adapter Protocol (DAP) for Python 3. It supports launching scripts and modules with debugging via CLI (`-m debugpy --listen localhost:5678`), attaching to running processes by PID, and controlling debugging programmatically through `debugpy.listen()`, `debugpy.wait_for_client()`, `debugpy.breakpoint()`, and `trigger_exception_handler()` for post-mortem inspection of caught exceptions. Coverage spans Windows, Linux, and macOS. The skill is aimed at developers who need remote Python debugging, integration with VS Code or other DAP-compatible clients, and step-by-step analysis of hard-to-reproduce issues in live processes.
- #vibe-coding