views:

38

answers:

2

Can I make it so that F5 doesn't "run" in VS any more? I'm too used to running queries in SSMS and then moving to VS and running my project when I'm not ready.

A case of Premature Execution?

+4  A: 

Tools -> Options -> Environment -> keyboard

then below "Show commands containing" label type 'debug.start' w/o quotes

Trickster
+2  A: 

Go to Tools|Options, then select Keyboard under the Environment tree. In the listbox in the window, locate the Debug.Start command - you should see that it is mapped to the F5 key.

Click the Remove button to unmap the key.

PhilPursglove
Thanks. Got the Accept for the 'Remove' bit.
Rob Farley