Visual Studio 2008 - Start debugging?
问题 Using VB 2008 When I press the F5 or Start Debugging it does a rebuild even when I have made no changes since the last time. Where is the setting to tell it to only do a rebuild if there are changes? 回答1: F5 should a build and not rebuild, are you sure it's a rebuild? Even you do not make any changes, a 'pseudo' build is still executed, and should be significant faster than a normal build or rebuild. EDIT: My definition of a 'pseudo' build is to check for need to build and/or making sure all