This error occur when debugging compiled program.
The reason of this problem is no debug information.
The solution is add "-g" after the gcc/g++ compiler or chiose debug option.
当您在调试编译后的程序时遇到错误,可能是由于缺少调试信息导致。解决方案是在gcc/g++编译器或iOS调试选项后添加'-g'参数。
This error occur when debugging compiled program.
The reason of this problem is no debug information.
The solution is add "-g" after the gcc/g++ compiler or chiose debug option.
2934
8640

被折叠的 条评论
为什么被折叠?
