Hello,
I just started The Ultimate Django Series : Part 1 and I came accross issue with the debugger at “Django Fundamentals” (video 11). I’m working on Windows 10.
When I created launch.json file and tryed to run debugger, it would run normally, but automatically close after few miliseconds. It would not even open a terminal, no response at all.
In the screenshot you can see launch.json file and that I placed breakpoint in playground.views.py to ensure it has to stop just like in the tutorial.
Running without debugging doesn’t work too (Ctrl+F5).