2025-05-04 12:26:04 +00:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Python: Remote Attach",
|
2025-05-07 15:52:39 +00:00
|
|
|
"type": "debugpy",
|
2025-05-04 12:26:04 +00:00
|
|
|
"request": "attach",
|
|
|
|
"connect": {
|
|
|
|
"host": "192.168.10.31",
|
|
|
|
"port": 5678
|
|
|
|
},
|
|
|
|
"pathMappings": [
|
|
|
|
{
|
|
|
|
"localRoot": "${workspaceFolder}",
|
2025-05-07 15:52:39 +00:00
|
|
|
"remoteRoot": "/app"
|
2025-05-04 12:26:04 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"justMyCode": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|