In Visual Studio I have settings to attach automatically to a local process:
So, when I click the selected button, it will automatically build the code and attach to the running local process specified in properties->configuration properties->debugging->Command
Now I'm trying to do the same setup in Rider, so I can build + debug with 1 click without having to build, attach to, search process in list, then attach.
I was trying to create a config for it but I just don't see how to do it:
How can I recreate the same setup (or most similar) I have in Visual Studio?