Skip to content

Tags: Python-Repository-Hub/debugpy

Tags

v1.6.0

Toggle v1.6.0's commit message
Add debug config property "clientOS" to replace "WindowsClient" / "Un…

…ixClient" in "debugOptions".

v1.5.1

Toggle v1.5.1's commit message
Remove helper scripts for the old signed build pipeline.

v1.5.0

Toggle v1.5.0's commit message
Do not install tox into tox

Having tox as a dependency in requirements files means that
it's also installed in all the tox environments.

v1.4.3

Toggle v1.4.3's commit message
Fix versioneer not updating _version.py.

v1.4.1

Toggle v1.4.1's commit message
Consider files in pip-global to be library files. Fixes microsoft#664

v1.4.0

Toggle v1.4.0's commit message
Fix issue with step into target with `LOAD_METHOD`. Fixes microsoft#661

v1.3.0

Toggle v1.3.0's commit message
Improvements to step into target. Work in progress: microsoft#576

Description:
- Changes the structure to create a stack from the bytecode information
  so that function call names are correctly computed (this is still a work
  in progress as not all bytecode instructions are currently supported).
- Support to step into function calls inside comprehensions/generators.
- Updates the bytecode dependency to 0.12.0.
  Note: changes were done to the bytecode library to keep the bytecode offset.

v1.2.1

Toggle v1.2.1's commit message
Provide full string when evaluating clipboard. Fixes microsoft#110

v1.2.0

Toggle v1.2.0's commit message
Fix microsoft#463: Enable overriding "pythonPath" in the launcher

Add "debugLauncherPython" debug config property to customize Python interpreter used to spawn the launcher.

v1.1.0

Toggle v1.1.0's commit message
Fix pydevd_attach_to_process Windows build script to locate VC++ usin…

…g vswhere.

Update pydevd_attach_to_process binaries.