Building to ensure sources are up-to-date
Selecting target:
Debug
ERROR: You need to specify a debugger program in the debuggers's
settings.
(For MinGW compilers, it's 'gdb.exe' (without the quotes))
(For MSVC compilers, it's 'cdb.exe' (without the quotes))
在settings->debugger settings->Default 中设置 调试器MinGW所在的路径
我的本地路径是:
C:\Program Files (x86)\CodeBlocks\MinGW\bin\gdb32.exe
这一栏的按钮就是Debug用的
设置保存了之后要重启codeblocks才有效。
Debug创建的cpp空文件,而不是项目文件
断点调试
我个人不喜欢汉化,所以这里没有关于汉化的记录