{ "version": "0.2.0", "configurations": [ { "name": "Python: Debug NN Training", "type": "python", "request": "launch", "program": "${workspaceFolder}/index.py", "console": "integratedTerminal", "env": { "PYTHONASYNCIODEBUG": "1" } } ] }