Did you know… There’s no command for Continuing the debugger - #312
I just noticed how the tooltip for the Start icon changes from Debug.Start (F5)
to Continue (F5)
Well, this got me thinking, “Of course it makes sense to have the same keyboard shortcut for both commands.” Then I wondered what the command was for Continue, and it turns out there’s no “Debug.Continue” command. Checking the keybindings for F5 shows only Debug.Start. The tooltip just gets renamed while in debug mode.
Technorati Tags:
VS2005Tip,
VS2008Tip