Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ptvsd debugging option is deprecated (replaced by debugpy) #3182

Closed
rngadam opened this issue Aug 19, 2024 · 0 comments
Closed

ptvsd debugging option is deprecated (replaced by debugpy) #3182

rngadam opened this issue Aug 19, 2024 · 0 comments

Comments

@rngadam
Copy link
Contributor

rngadam commented Aug 19, 2024

https://github.com/microsoft/ptvsd

🛑 ᴘᴛᴠsᴅ ɪs ᴅᴇᴘʀᴇᴄᴀᴛᴇᴅ 🛑
A replacement implementation of DAP for Python is debugpy, which is based on the development branch (5.x) of ptvsd. All future development is going to be happening in debugpy; there will be no further commits to or releases of ptvsd.

If you're using the Python extension for Visual Studio Code, you should be switched to debugpy automatically, so long as you're using an up-to-date version of the extension. Please file any bug reports directly in the debugpy repository.

rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 19, 2024
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 19, 2024
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 19, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 19, 2024
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 19, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 19, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 19, 2024
…bugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 19, 2024
…bugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 19, 2024
…bugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 20, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 20, 2024
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 21, 2024
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 21, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 21, 2024
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 21, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 21, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 21, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 22, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 22, 2024
…bugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 22, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 22, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 22, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 22, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 22, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
jamshale pushed a commit to jamshale/acapy that referenced this issue Aug 22, 2024
…y debugpy (openwallet-foundation#3183)

* fixes openwallet-foundation#3182: migrate from ptvsd to debugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: replace underlying debugger with debugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: allow to debug provision and upgrade

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: introduce DAP_HOST and DAP_PORT

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: fix up conftest.py to use debugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: update command-line help for --debug

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

---------

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 28, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 28, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 28, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 28, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 28, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam added a commit to rngadam/aries-cloudagent-python that referenced this issue Aug 28, 2024
Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
ff137 pushed a commit to ff137/acapy that referenced this issue Aug 30, 2024
…y debugpy (openwallet-foundation#3183)

* fixes openwallet-foundation#3182: migrate from ptvsd to debugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: replace underlying debugger with debugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: allow to debug provision and upgrade

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: introduce DAP_HOST and DAP_PORT

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: fix up conftest.py to use debugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: update command-line help for --debug

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

---------

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
darshilnb pushed a commit to Northern-Block/aries-cloudagent-python that referenced this issue Sep 5, 2024
…y debugpy (openwallet-foundation#3183)

* fixes openwallet-foundation#3182: migrate from ptvsd to debugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: replace underlying debugger with debugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: allow to debug provision and upgrade

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: introduce DAP_HOST and DAP_PORT

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: fix up conftest.py to use debugpy

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

* issue openwallet-foundation#3182: update command-line help for --debug

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>

---------

Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant