• C++ project cann't debug
Your project does not have debugging information, do you want to enable debugging and rebuild your project?

  解决办法:

  在tools 菜单下的compiler项中,勾选:Add the following commands when calling compiler:

  并在框内添加参数:-g

(版本:Dev-C++ 4.9.9.2.)

 

相关文章: