--- id: debugpy version: "1.8.21" license: MIT license_treatment: permissive maintenance: active --- # debugpy — An implementation of the Debug Adapter Protocol for Python License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install debugpy uv add debugpy poetry add debugpy ## Description # debugpy - a debugger for Python An implementation of the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) for Python 3. [![Build Status](https://dev.azure.com/debugpy/debugpy/_apis/build/status/debugpy-test-automation?branchName=main)](https://dev.azure.com/debugpy/debugpy/_build/latest?definitionId=1&branchName=main) [![GitHub](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://raw.githubusercontent.com/microsoft/debugpy/main/LICENSE) [![PyPI](https://img.shields.io/pypi/v/debugpy.svg)](https://pypi.org/project/debugpy/) [![PyPI](https://img.shields.io/pypi/pyversions/debugpy.svg)](https://pypi.org/project/debugpy/) #### Coverage | OS | Coverage | |---|---| | Windows | ![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/debugpy/debugpy/2) | | Linux | ![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/debugpy/debugpy/3) | | Mac | ![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/debugpy/debugpy/4) | ## `debugpy` CLI Usage For full details, see the [Command Line Reference](https://github.com/microsoft/debugpy/wiki/Command-Line-Reference). ### Debugging a script file To... ## AI interpretation — verify before relying debugpy is a Debug Adapter Protocol implementation for Python that enables remote debugging of Python scripts and modules through standard debugger clients. Verdict: debugpy is a stable, actively maintained debugger with zero known vulnerabilities, no dependencies, and permissive licensing. It supports Python 3.8–3.14 on Windows, macOS, and Linux. [View on SkillFed](https://skillfed.io/packages/debugpy) · [View on PyPI](https://pypi.org/project/debugpy/)