Problems debugging a project
Santiago Capel Torres
santiagocapel at yahoo.es
Thu Apr 22 11:48:38 BST 2004
Hi,
I have two projects in KDevelop 3.0.2
I was able to debug both of them, but now, I can not debug one of them. I have
checked both project options under 'Configure options', 'Make options', 'Run
options' etc and I can not find any reference to how to enabel/disable the
debugger.
By the way. The automake Manager tab has disappeared off this project but not
off the other.
When I run the debugger in the undebugable project, I get:
/bin/sh -c /home/santi/dev/gestiong/gestiong-common/libtool gdb
/home/santi/dev/gestiong/gestiong-common/lib/lib -fullname -nx -quiet
(gdb) set edit off
(gdb) set confirm off
(gdb)
(gdb)
(gdb) set print static-members off
(gdb) tty /dev/pts/8
(gdb) set width 0
(gdb) set height 0
(gdb) set stop-on 1
(gdb) handle SIG32 pass nostop noprint
(gdb) handle SIG43 pass nostop noprint
(gdb) set print asm-demangle on
(gdb) cd /home/santi/dev/gestiong/gestiong-common/lib
(gdb) break gongapp.cpp:1
No source file named gongapp.cpp.
(gdb) break main.cpp:38
No source file named main.cpp.
(gdb) break testvariant.cpp:67
No source file named testvariant.cpp.
(gdb) run
[New Thread 16384 (LWP 31093)]
Stopped due to shared library event
(gdb) info thread
1 Thread 16384 (LWP 31093) 0x00000000 in ?? ()
(gdb) break gongapp.cpp:1
No source file named gongapp.cpp.
(gdb) break main.cpp:38
No source file named main.cpp.
(gdb) break testvariant.cpp:67
No source file named testvariant.cpp.
and may more...
(gdb) continue
Program exited normally.
Any help?
Thanks
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list