'Rider: Debug remote applications running in a docker container on WSL2 via SSH
There is Rider's documentation on how to debug remote applications via SSH, and it perfectly works when I debug applications running on WSL2. But it doesn't work on debugging an application running in a docker container inside WSL2. Rider even shows this application in the "Run" -> "Attach to Remote Process" menu but can't attach to it (no errors but doesn't attach).
I probably need to run JetBrains SSH Server Utility inside a docker container where the application is running and share the ports, but I don't know how to do it properly.
Edit: For clarity, I added a diagram of what I want to get as a result.
Any help is very appreciated. Thanks.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

