1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: debugpy
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
dpkg-build-api (= 1),
gdb <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-django <!nocheck>,
python3-flask <!nocheck>,
python3-gevent <!nocheck>,
python3-numpy <!nocheck>,
python3-psutil <!nocheck>,
python3-pydevd (>= 3.3.0+ds),
python3-pytest <!nocheck>,
python3-pytest-retry <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-requests <!nocheck>,
python3-setuptools,
python3-untangle <!nocheck>
Standards-Version: 4.7.3
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
Package: python3-debugpy
Architecture: any
Depends: gdb,
python3-coverage,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Built-Using: ${debugpy:Built-Using}
Multi-Arch: no
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.
|