This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.8.2
->==1.8.9
Release Notes
microsoft/debugpy (debugpy)
v1.8.9
: debugpy v1.8.9Compare Source
Fixes for:
v1.8.8
: debugpy v1.8.8Compare Source
Fixes for:
v1.8.7
: debugpy v1.8.7Compare Source
Support for 3.13
Fixes https://github.com/microsoft/debugpy/issues/1689
v1.8.6
: debugpy v1.8.6Compare Source
Consuming PyDev.Debugger's sys.monitoring support to improve performance of debugging 3.12
Fixes https://github.com/microsoft/debugpy/issues/1496
Making attach work for 3.12
Fixes https://github.com/microsoft/debugpy/issues/1476
v1.8.5
: debugpy v1.8.5Compare Source
To simplify command line usage, an entry point has been added to the debugpy package.
debugpy
from that environment, instead of runningpython -m debugpy
debugpy
executable can be found in thebin
directory inside of the install directory. In this case, you need to add the install directory to yourPYTHONPATH
in order for the imports to work.To simply command line usage, switches can now be read from the environment.
DEBUGPY_EXTRA_ARGV
and add whatever command-line switches you like.set DEBUGPY_EXTRA_ARGV=--connect 5678
will allow you to omit the--connect
switch from the command line.filename
,-m <module>
,-c <code>
, or--pid <id>
)Configuration
📅 Schedule: Branch creation - "before 9am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.