I am currently building a plugin for Rider and want to initiate a debugger with the selected project and call a specific method.
Within C# console app, I can use reflection to get the type and method. But then how would I attach this to the Rider debugger?