Rider debugger not visible in the debuggers list
Answered
(On Rider 2018.1.2, running as admin as well)
I am working on a project where a process I am debugging is spawning a couple of "child" processes. I need to debug these processes right from the start, the option with attaching the debugger to existing process does not work for me here.
When I add `Debugger.Attach` line into the source code, and run it, I see a dialog with a choice of debuggers. Unfortunately - only choices there are running a new instance of different Visual Studio versions.
Is there some workaround for this, or a way to have Rider debugger appear on that list?
Please sign in to leave a comment.
Hello Piotr,
We are working on having Rider in this (or similar) dialog right now. As a workaround, when you see the dialog with a choice of debuggers, attach to the process in Rider manually with "Run -> Attach to Local Process". After that press cancel in the dialog.