VSCodeでdjango(Python)をデバッグ、及びステップ実行する | Free Hero Blog

“configurations”: [ { “name”: “Python: Django”, “type”: “python”, “request”: “launch”, “program”: “/Users/(username)/Desktop/test/inquiry/inquiry/manage.py”, “console”: “integratedTerminal”, “args”: [ “runserver”, ], “django”: true } ]

情報源: VSCodeでdjango(Python)をデバッグ、及びステップ実行する | Free Hero Blog