DEV Community

Discussion on: Debug Python and Django easily from Visual Studio Code

Collapse
 
siaarzh profile image
Serzhan Akhmetov

This is a very helpful post. Thank you Javier! I'm going to expand on your post here by adding that you can debug within Docker containers easily now. Using the new Remote Development extension pack, which should come to the mainline VS Code soon.

There's no need for a dedicated port for VS Code in your Django App, although the solution is quite elegant!