Codelite debugger error: Failed to locate gdb! at 'gdb'?

我是研究僧i 提交于 2019-12-06 14:08:04

I figured out what was wrong.. I did not install the complete package. I only installed the IDE codelite but not the debugger files

http://sourceforge.net/projects/codelite/files/Releases/codelite-3.5/

in this link, dl the package: codelite-3.5.5377-mingw4.6.1-wx2.9.2.exe

for the whole debugger/compiler/ide/etc and your codes should compile.. at least mine did :)

You have to follow these steps :

Open Codelite and go to :

Settings -> Build Settings -> Compilers -> Tools -> Gbd

The ' Gdb ' bar should be empty in this case , and you have to look for the ' gdb32.exe ' file .

like in the image in this site : Build Setting Image

you have to find that file in the following address :

C:/Program Files (x86)/CodeBlocks/MinGW/bin

file : gdb32.exe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!