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
        }
    ]
}

支持与分享

如果这篇文章对你有帮助,欢迎分享给更多人或者给予支持!