Remote debugging a Django project in VS Code
In this tutorial you will learn how to use VS Code for remote debugging. I'll show you how to debug a Django application running on a remote server over SSH or in a Docker container. Imagine the following scenario: You…