How To Debug a Django Application in VS CODE (Visual Studio Code)

Published: 18 December 2021
on channel: John Solly
30,599
432

Set breakpoints and debug a live Django Application!

Here's the code snippet for the VS Code configuration you will need to debug a Django app.
{
"name": "BlogTheData",
"python": "/Users/johnsolly/Documents/code/blogthedata/venv/bin/python3",
"type": "python",
"request": "launch",
"program": "/Users/johnsolly/Documents/code/blogthedata/django_project/manage.py",
"console": "internalConsole",
"args": ["runserver"],
"django": true,
"justMyCode": true,
}
And here is a link to Corey Schafer's Django Tutorials (Create your own Django App!)
   • Django Tutorials  

Time Stamps
05:05 - How to set up the VS Code configuration


On this page of the site you can watch the video online How To Debug a Django Application in VS CODE (Visual Studio Code) with a duration of hours minute second in good quality, which was uploaded by the user John Solly 18 December 2021, share the link with friends and acquaintances, this video has already been watched 30,599 times on youtube and it was liked by 432 viewers. Enjoy your viewing!