How to use "Attach to an Unstarted Process"?
Hello!
I have a C++ project that produces an executable that I want to run in a terminal to easily pass it arguments. However, I'd also like to use Rider to debug that process. I'm trying to use the “Attach to an Unstarted Process” feature, but I don't understand what I should put in the “Command line” text box, and I can't find anything online about this feature.


Any help is greatly appreciated!
Please sign in to leave a comment.
Hello Thibaut Baguette,
Regrettably, this feature has not been properly documented yet, but you can refer to Ability to attach the debugger to an unstarted process to get a sense of how this feature works.
With this feature, the debugger essentially monitors running processes and attempts to connect to a process that matches the search pattern.