Demo of python attach
This commit is contained in:
parent
6e460bd91f
commit
6ad172aef7
4 changed files with 30 additions and 0 deletions
|
|
@ -10,6 +10,15 @@
|
|||
"stopOnEntry": true,
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
},
|
||||
"attach": {
|
||||
"adapter": "vscode-python",
|
||||
"configuration": {
|
||||
"request": "attach",
|
||||
"type": "python",
|
||||
"host": "localhost",
|
||||
"port": "5678"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue