attach to rider debugger through command line
Answered
I noticed when attaching the debugger to different processes, it outputs something like the following,
C:\Users\someUser\AppData\Local\JetBrains\Toolbox\apps\Rider\ch-1\173.3994.2442\bin\runnerw.exe C:\Users\someUser\AppData\Local\JetBrains\Toolbox\apps\Rider\ch-1\173.3994.2442\lib\ReSharperHost\JetBrains.Debugger.Worker64.exe 7564
is it possible to execute this through command line without going through the UI using CTRL + ALT + P? i tried looking for command line arguments on these executables but didnt get anything back
Please sign in to leave a comment.
Hi Jason,
No, this is not possible. May I ask for what reason you want to run debugger through command line?
I attach to the same processes 99% of the time and it would save some keystrokes by doing this through an automated script. Visual Studio has this functionality. Can this be submitted as a feature request?
Hello, Jason!
Sorry for the long silence. Here is you feature-request: RIDER-27428, please feel free to upvote.
Best Regards,
Alexandra
FYI, we now have a command that allows to attach to a local process, see RIDER-45620 which includes a documentation draft.