Can the Debug -> Run confirmation dialog be turned off
-
Is there any way to turn off that silly dialog box that asks if you want to rebuild before starting a debug session? (I've clicked on it probably a million plus times but never said no)
Yes there is. Open the properties for your solution and select "Configuration Properties -> Configuration". On the table of projects uncheck the "Build" column. Now you will never get the message box even when your project is not upto-date. Oh, and "Build Solution" does not work any more. Oliver
-
Is there any way to turn off that silly dialog box that asks if you want to rebuild before starting a debug session? (I've clicked on it probably a million plus times but never said no)
I donb't thnk it can be turned off. It's a bitt of stupid design, for sure. Also stupid: the dialog that appears after build errors. "There were errors! Do you want to run anyway?"