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

1
1 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.

0

Please sign in to leave a comment.