Hello !
I'm having problems using the debugger in kdevelop QT applications. Debugger will only work in the main function. If i set breakpoints in other places i get the following in the GDB window:
/usr/bin/gdb /home/titus.lupoian/Projects/testQLCD/src/src --interpreter=mi2 -quiet
Using host libthread_db library "/lib64/libthread_db.so.1".
(gdb) Process exited
I'm using qt-4.3.4 , fedora core 8, KDE 3.5.9-5.fc8
i've added to pro file: (I tryed with combinations of these..still get the error)
CONFIG += debug
CONFIG += qt debug
CONFIG +=debug_and_release
project settings->debugger->debugger executable: /usr/bin/gdb
Does the debugger in kdevelop QT app work for you?
If anyone can help me... pls reply.
Best regards,
Titus
Bookmarks