Vscode
Теги: vscode
Can’t get VSCode/Python debugger to find my project modules
{
"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]
Что еще почитать?