阅读背景:

vscode 调试python内置库断不下来的问题

来源:互联网 
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: Current File",
            "type": "python",
            "request": "launch",
            "stopOnEntry": true,
            "pythonPath": "${config:python.pythonPath}",
            "program": "${file}",
            "cwd": "${workspaceFolder}",
            "env": {},
            "envFile": "${workspaceFolder}/.env",
            "debugOptions": [
                "RedirectOutput",
                "DebugStdLib"
            ]
        },    "version": "0.2.0",
    "configuratio



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: