Version: (using KDE KDE 3.2.0) Installed from: Unspecified Linux Compiler: GNU GCC 3.3.2 gdb 6.0 libtool 1.5 OS: Linux I can set breakpoints, and it compile successfully, but when I start debug, it reports NO excutable file specified. I use the Fedora 1, gcc 3.32,gdb 6.0 libtool 1.5.
Oh .sorry the Kdevelop is 3.0.0 I forget about it.although this is a little bug, the KDevelop is wonderful IDE:) thanks all
What project type? Does removing 'libtool' from the debugger options help?
same here, will try your tip!
I use common C hello world project, no GUI, no others. the simplest project. If i login as the common user i can debug whether I remove libtool dons't amount. But I i add one or more file to the target, the same problem rises again. If i login as root, begain with a new common c project without no GUI, I can't debug (I didn't remove the libtool, let me try) thanks for your help
Hi, After I remove the libtool in the debugger option,all go well thanks. I am so stupid ;(