Is there any .NET IDE available for MacOS that would allow me to debug docker containers by attaching to them when they're already running?
I tried both Visual Studio for Mac and Rider and there seems to be no such option - I can only debug by starting a new instance of the container but I can't attach to an existing one