📜  python设置当前工作目录调试 - Python代码示例

📅  最后修改于: 2022-03-11 14:45:22.074000             🧑  作者: Mango

代码示例1
{
    "version": "0.2.0",
    "configurations": [
    {
            "name": "Python: Current File (Integrated Terminal)",
            "type": "python",
            "request": "launch",
            "program": "${file}",
            "console": "integratedTerminal",
            "cwd": "${fileDirname}"
    }, 

   
}