VS常用的快捷键

1.F12   转到定义
2.F7    转到代码页
3.Shift+F7  转到前台页
4.Ctrl+E ,再按C   注释掉选中的代码
5.Ctrl+E,再按U    撤消注释
6.F9   添加/撤消断点
7.F5   执行并调试   
8.Ctrl+F5  执行不调试
9.F10                  step over
10.F11                step into
11.Shift+F11       step out
12.Shift+F5     停止执行
posted @ 2008-02-01 11:38  fishert  阅读(232)  评论(0编辑  收藏  举报