Double Click "Run Debug" restarts debugging process.
Answered
Hi,
I have an atypical problem with my Rider configuration. One day in the past, when my application was in Debug, I clicked "Run Debug", and then had appeared popup with message "Are you sure you want to start your debug again?" (this not exactly what was written there, but the point was similar :)). And then, I clicked "OK" and by chance, I set also a checkbox "Remember my choice and don't ask again". How to force Rider to display that pop up again?
Regards,
Mariusz
Please sign in to leave a comment.
For anyone who might face the same issue:
This setting is stored in .idea/.idea.<SolutionName>/.idea/workspace.xml file:
<property name="restartRequiresConfirmation" value="false" />You can close the project and manually delete this line from the XML, then reopen the project.
Hi,
I have the exact same issue, but the proposed solution didn't work. I did find the file workspace.xml, but there was no trace of the field “restartRequiresConfirmation”.
In the file, I was not able to find the words…
* “restart”
* “confirm”
* “property name”
I can repro this issue on Rider 2016.1.3 & 2016.1.4 (I updated my version to check if it would fix the issue - I doubled checked workspace.xml again, to no success).
Any idea how to get the popup again?
Best regards,
Myriam Claveau-Mallet
Myriam Claveau-mallet you can change this setting in UI now, using Settings | Advanced Settings | Run/Debug | Confirm rerun with process termination option. If you are looking for something different, please let me know.
This is was exatly the setting I couldn't find, thank you so much. A life saver!
I also found an alternate way to get rid of the problem: I realized I can start a debugging session just by using the Resume Program button, which I had already set to F5 in the keybindings. Which means removing the F5 binding to Debug worked just fine!