Visual C++ 6.0常用快捷键

时间:2014-05-09 10:22:09   收藏:0   阅读:287

一、常用编译相关的快捷键

1、编译(单个文件)   Ctrl+F7

2、连接         F7

3、运行         Ctrl+F5

 

二、常用调试相关的快捷键

1、GO(全速运行)          F5

2、Stop Debuging(停止运行)   Shift+F5

3、Restart(重新运行)       Ctrl+Shift+F5

2、Step into(单步运行)       F11

3、Step over (跳过函数)     F10

4、Step out(跳出函数)      Shift+F11

5、Run to Cursor          Ctrl+F10  

Visual C++ 6.0常用快捷键,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!