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

Опубликовано: 18 Декабрь 2021
на канале: 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


На этой странице сайта вы можете посмотреть видео онлайн How To Debug a Django Application in VS CODE (Visual Studio Code) длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь John Solly 18 Декабрь 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 30,599 раз и оно понравилось 432 зрителям. Приятного просмотра!