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.1
->==1.8.7
Release Notes
microsoft/debugpy (debugpy)
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>
)v1.8.2
: debugpy v1.8.2Compare Source
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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.