codeblocks调试快捷键说明

使用codeblocks避免不了快捷键:

在调试程序的时候:

  首先在view->toolbar->debugger调出来:快捷方式可以自己看

RUN to Cursor  :F4

单步调试(Next line):F7

可以打断点,执行debugger中start/continue   F8   //执行到断点

stop debugger:shift+F8

 

调试过程中:可以查看变量的值:

  调出watch小窗口->点击Debugger windows按钮中的小三角->勾选住“watches”

posted on 2016-09-28 11:45  白宫飘红旗  阅读(3547)  评论(0编辑  收藏  举报