如何解决codeblocks的编译错误:the dubugger executable is not set...

 

When I use the code::blocks version: 8.02 to debug a program, it always comes up an error.

it said "The debugger executable is not set.......switch to the "programs" tab.....", I follow the mention as it said, But really unable to find the “program tab” in menu “settings/compiler and debugger..,” so I have to try get help in the web.

Finally I a found a guy’s suggestion . He said we should download gds in the web in install to the folder that “mingw” located

So I download the gdb-20040521-1.exe,and install to the folder,

It really works, so the reason might be the “gdb” in packaged in “mingw” is not good enough, maybe the version is very old.

 

 

So appreciate to the guy call “fud”.

如何解决codeblocks的编译错误:the dubugger executable is not set..._第1张图片

he attached the location to download the gdb-2004-05-21-1.exe, so just click the linker below.

http://gd.tuwien.ac.at/gnu/mingw/?fisel=gG

 


 

 

你可能感兴趣的:(算法和程序)