Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python set current working directory debugging

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

   
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #set #current #working #directory #debugging
ADD COMMENT
Topic
Name
9+5 =