Debugging with VSCode
Implementation Steps
"configurations": [
{
"name": "Python Debugger: Cement CLI Tool",
"type": "debugpy",
"request": "launch",
"module": "<myapp>.main"
"console": "integratedTerminal",
"args": "${command:pickArgs}"
}
]Last updated