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

Pubblicato il: 18 dicembre 2021
sul canale di: 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


In questa pagina del sito puoi guardare il video online How To Debug a Django Application in VS CODE (Visual Studio Code) della durata di ore minuti seconda in buona qualità , che l'utente ha caricato John Solly 18 dicembre 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 30,599 volte e gli è piaciuto 432 spettatori. Buona visione!