Python Проблемы с отладчиком - PullRequest
0 голосов
/ 21 апреля 2020

Нужна помощь в настройке Python 3.8.2 в Visual Studio Code. Очевидно, я очень новичок в этом. Смотрите ниже мое полное окно. Нет строки "cwd", и много недостающей информации по сравнению с тем, что я видел. Не уверен, почему мой так запутался. Благодарим за любую идею!

// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
    {
        "name": "Python: Current File",
        "type": "python",
        "request": "launch",
        "program": "${file}",
        "console": "integratedTerminal"
    }
]

}

...