Demo of python attach

This commit is contained in:
Ben Jackson 2019-10-18 21:33:47 +01:00
commit 6ad172aef7
4 changed files with 30 additions and 0 deletions

View file

@ -10,6 +10,15 @@
"stopOnEntry": true,
"console": "integratedTerminal"
}
},
"attach": {
"adapter": "vscode-python",
"configuration": {
"request": "attach",
"type": "python",
"host": "localhost",
"port": "5678"
}
}
}
}