Problems debugging a project
Nikolisin, Harald
harald.nikolisin at sofistik.de
Thu Apr 22 13:52:11 BST 2004
hi,
just in this moment I want to report the same behaviour at my projects. Never
had this problems before.
If I set breakpoints before starting the debugger, I get the same gdb-message
"No source file name xxx.cpp " as reported in the mail of santiago
then gdb output generate tons of lines like:
....
BFD: BFD 2.13.90 20020903 assertion fail libbfd.c:1132
...
After the termination, it's not longer possible to start gdb (well, it start
but gdb hangs with no output).
workaround:
a) restart KDevelop
b) don't set any breakpoints before starting gdb
c) start gdb and then set breakpoints
the KDevelop<->gbd interaction will kill me someday :((
regards
harald
Am Donnerstag, 22. April 2004 12:48 schrieben Sie:
> 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«
--
Mit freundlichen Grüßen / With kind regards
Dipl.-Ing. Harald Nikolisin
SOFiSTiK AG (Entwicklung)
-
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