codeblocks17.12 debug 報錯:ERROR: You need to specify a debugger program in the debuggers's settings.

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))
 html

看圖片:.net

 

 

網上查找配置:debug

1:https://stackoverflow.com/questions/21083560/how-do-you-specify-a-debugger-program-in-codeblocks-12-11/332895963d

整理好了,可是會出現只能運行一次:調試

解決參考:http://tieba.baidu.com/p/3491019377code

 

編譯器配置:htm

注意:編譯器不是 Codeblocks 自家的 MinGW, 而是 TDM-GCC-64  !!!!!!blog

 

 

 

 Executable path: D:\Program Files (x86)\CodeBlocks\TDM-GCC-64\bin\gdb64.exe (此處是 編譯器 的安裝路徑,注意: 32位系統選擇 gdb.exe, 64位系統選擇: gdb64.exe)圖片

 

 

運行調試完成的界面:ip

 

 

 

如何調試參考:http://www.docin.com/p-894823578.html

 

Reference:

https://blog.csdn.net/heda3/article/details/80637294

https://blog.csdn.net/baibaigao/article/details/80990266

相關文章
相關標籤/搜索