Use the python used to run the installer to run debugpy

This commit is contained in:
Ben Jackson 2020-02-16 17:00:22 +00:00
commit 3366e1c784

View file

@ -113,7 +113,7 @@ GADGETS = {
'adapters': {
'debugpy': {
"command": [
"python3",
sys.executable,
"${gadgetDir}/debugpy/build/lib/debugpy/adapter"
],
"name": "debugpy",