Remote SSH Debugging with Visual Studio 2019

With the rise of .NET Core and embedded devices such as the Rasperry Pi, I find it frustrating that Microsoft have not added support for remote debugger so that you can quickly deploy and debug your code on the Pi directly. You can do this with a bit of effort... [Read More]