[+] add launch.json
This commit is contained in:
parent
4afe4048d9
commit
eb457950d3
3
.gitignore
vendored
3
.gitignore
vendored
@ -10,4 +10,5 @@ d2/book1/books
|
||||
*.egg-info
|
||||
*.whl
|
||||
*.tar.gz
|
||||
.vscode
|
||||
.vscode/*
|
||||
!.vscode/launch.json
|
||||
|
49
.vscode/launch.json
vendored
Normal file
49
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
/*
|
||||
{
|
||||
"name": "Python Debugger: Module",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"module": "online_fxreader.vpn.vpn",
|
||||
},
|
||||
{
|
||||
"name": "Python Debugger: Current File with Arguments",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"args": [
|
||||
"${command:pickArgs}"
|
||||
]
|
||||
},
|
||||
*/
|
||||
{
|
||||
"name": "Python Debugger: Remote Attach",
|
||||
"type": "debugpy",
|
||||
"request": "attach",
|
||||
"connect": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 4444
|
||||
},
|
||||
"pathMappings": [
|
||||
/*
|
||||
{
|
||||
"localRoot": "${workspaceFolder}/deps/com.github.aiortc.aiortc/src/",
|
||||
//"remoteRoot": "."
|
||||
"remoteRoot": "~/.local/bin/env3/lib/python3.12/site-packages/",
|
||||
},
|
||||
{
|
||||
"localRoot": "${workspaceFolder}/deps/com.github.aiortc.aiortc/",
|
||||
//"remoteRoot": "."
|
||||
"remoteRoot": "~/.local/bin/env3/lib/python3.12/site-packages/",
|
||||
}
|
||||
*/
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user