Issue 489 · Week of May 21, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

Remote debug your ASP.NET Core container on OpenShift with Visual Studio Code - RHD Blog

Read full article Discuss
Visual Studio provides a graphical remote debugging ASP.NET Core app with Docker Tools for Windows. Since Visual Studio supports SSH protocol, you can remote debug ASP.NET Core process running on the Linux host. It used to be if you install and setup SSH server on docker container, you can remote debug with Visual Studio. However, it’s …