0

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?

Danhol86
  • 1,352
  • 1
  • 11
  • 20
  • Feel free to watch for issue https://youtrack.jetbrains.com/issue/RSRP-477355. The only reason it isn't possible for .NET Core applications is this issue not yet being implemented. – ForNeVeR Mar 17 '20 at 08:18

1 Answers1

0

Unfortunately, this is now impossible.

sbyzova
  • 146
  • 1
  • 7