Vscode

Теги: vscode 

Can’t get VSCode/Python debugger to find my project modules

python debugging

{
    "version": "0.2.0",
    "configurations": [
        {
           "name": "Python: Current File",
           "type": "python",
           "request": "launch",
           "program": "${file}",
           "console": "integratedTerminal",
           "env": { "PYTHONPATH": "${workspaceRoot}"}
        }
    ]
}

источник. Еще.

Статья про [debugging] в VSCode, Смотри еще [pdb-python-debugger]. Еще [devtools]

Что еще почитать?