How to Debug a Python Linux application using a remote interpreter
I was working on an application that was only compatible with a particular Linux distro because it depended on some software that was running on the particular distro. This was a bit annoying because my Mac was set up with Pycharm, and I didn’t fancy running a VM to work on this particular service.