Replace ptvsd with debugpy

ptvsd is deprecated
This commit is contained in:
Oleg Kalachev
2024-04-13 22:43:57 +03:00
parent bf8482a6ce
commit 78465fc93f
2 changed files with 4 additions and 5 deletions

View File

@@ -29,9 +29,8 @@ if [ -z $VM ]; then
python --version
[[ $(python -c 'import sys;print(sys.version_info.major)') == "3" ]]
# ptvsd does not have a stand-alone binary
python -m ptvsd --version
python3 -m ptvsd --version
python -m debugpy --version
python3 -m debugpy --version
pigpiod -v
i2cdetect -V