Version: 3.0.0 (using KDE 3.2.0, Gentoo) Compiler: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice) OS: Linux (i686) release 2.4.24 When I cofigure options (Project/Project Options/Configure Options) for specific target (let's say add -Wall into CXXFLAGS for target debug) after the recompilation I'm unable to start GDB, it just produces error "GDB message: no executable file specified". I've investigated a bit. Before reconfiguration, the gdb execution command line is gdb /home/yenda/projekty/test_debug/debug/src/test_debug -fullname -nx -quiet and after (not working debugging) /bin/sh -c /home/yenda/projekty/comxviii/debug/libtool gdb /home/yenda/projekty/test_debug/debug/src/test_debug -fullname -nx -quiet I believe, problem is in configuration file (unimportant part stripped) <kdevdebugger> <general> <dbgshell>libtool</dbgshell> </general> </kdevdebugger> Having deleted <dbgshell>libtool</dbgshell> it all works OK.
I'm sorry for the tabs, it's not my fault, I just CnP command line :)
It's a known issue and you found the solution I also use. But it's now fixed (I hope) in CVS HEAD
*** This bug has been marked as a duplicate of 58999 ***