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
Auf dieser Seite können Sie das Online-Video How To Debug a Django Application in VS CODE (Visual Studio Code) mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer John Solly 18 Dezember 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 30,599 Mal angesehen und es wurde von 432 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!