Source: debugpy Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Julian Gilbey Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-django , python3-flask , python3-gevent , python3-psutil , python3-pydevd (<< 2.11), python3-pydevd (>= 2.10.0+ds-2), python3-pytest , python3-pytest-timeout , python3-pytest-xdist , python3-requests , python3-setuptools Standards-Version: 4.6.2 Homepage: https://github.com/microsoft/debugpy Vcs-Browser: https://salsa.debian.org/python-team/packages/debugpy Vcs-Git: https://salsa.debian.org/python-team/packages/debugpy.git Rules-Requires-Root: no Package: python3-debugpy Architecture: all Depends: python3-pydevd (<< 2.11), python3-pydevd (>= 2.10.0+ds-2), ${misc:Depends}, ${python3:Depends} Description: Implementation of the Debug Adapter Protocol for Python 3 This package allows debugging of Python using Spyder and VS Code, among others. It can also be used directly. . It provides an interface to run on top of existing scripts or modules, attach to a running process by ID or by importing debugpy into Python code.