Path to this page:
./
devel/py-debugpy,
Implementation of the Debug Adapter Protocol for Python
Branch: CURRENT,
Version: 1.8.9,
Package name: py312-debugpy-1.8.9,
Maintainer: pkgsrc-usersdebugpy is an implementation of the Debug Adapter Protocol for Python.
Master sites:
Filesize: 4806.343 KB
Version history: (Expand)
- (2024-11-22) Updated to version: py312-debugpy-1.8.9
- (2024-11-11) Updated to version: py312-debugpy-1.8.8
- (2024-10-11) Updated to version: py312-debugpy-1.8.7
- (2024-08-12) Updated to version: py312-debugpy-1.8.5
- (2024-08-06) Updated to version: py311-debugpy-1.8.5
- (2024-08-03) Updated to version: py311-debugpy-1.8.3
CVS history: (Expand)
2024-11-22 09:26:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-debugpy: updated to 1.8.9
1.8.9
Bug fixes
|
2024-11-11 17:28:04 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-debugpy: updated to 1.8.8
1.8.8
Bug fixes
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-11 15:48:51 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-debugpy: updated to 1.8.7
1.8.7
debugpy v1.8.7
Support for 3.13
|
2024-08-12 20:29:34 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-debugpy: add ALTERNATIVES
|
2024-08-06 22:09:58 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-debugpy: updated to 1.8.5
debugpy v1.8.5
To simplify command line usage, an entry point has been added to the debugpy package.
If you install debugpy into an environment via pip, you can just run debugpy \
from that environment, instead of running python -m debugpy
If you install debugpy into an isolated directory, the debugpy executable can be \
found in the bin directory inside of the install directory. In this case, you \
need to add the install directory to your PYTHONPATH in order for the imports to \
work.
To simply command line usage, switches can now be read from the environment.
To do this, use the variable DEBUGPY_EXTRA_ARGV and add whatever command-line \
switches you like.
For example, set DEBUGPY_EXTRA_ARGV=--connect 5678 will allow you to omit the \
--connect switch from the command line.
If the same switch is found on both the command line and the environment, the \
one from the environment is ignored.
The switch that specifies the "target" MUST be on the command line \
(filename, -m <module>, -c <code>, or --pid <id>)
|
2024-08-03 10:05:04 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-debugpy: updated to 1.8.3
1.8.3
PyQt6 support
|
2024-06-27 08:03:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-debugpy: updated to 1.8.2
debugpy v1.8.2
Fixed an issue where ApiScan couldn't scan some of our binaries correctly. This \
involved changing some linker flags and re-compiling/re-linking some of the \
pydevd executables and dlls.
This doesn't affect debugpy logic in any way.
|