0
0
vsCode debug python config
2025-06-10
文章摘要
|
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach",
"type": "debugpy",
"request": "attach",
"connect": {
"host": "localhost",
"port":5678
},
"justMyCode": true
}
]
}
