默认的g++编译器不含有-g(调试选项),需要在tools->compliers options->compliers下的add these commands to the linker command line 下,添加-g,并且在tools->compliers options->settings下linker 中选generate debugging informations 为yes关于插入断点:在编辑器的左侧边栏上(要插入断点的行),左键即可,之后rebuild all ,调试即可