There is an external application that executes C# libraries(plugins - my class library). Is it possible to attach debug to my class library project in Rider. In a Visual Studio, this is done very easily. For example, as described in this article. But how to do it in a Rider?
Thank you