[Bug 79984] debugger: template implementation source files not found
Daniel Franke
daniel.franke at imbs.uni-luebeck.de
Tue Apr 20 08:42:09 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=79984
------- Additional Comments From daniel.franke imbs uni-luebeck de 2004-04-20 08:41 -------
Additional note:
When breaking at main():
gdb /home/daniel/cvs/sibsim3/debug/src/sibsim3 -fullname -nx -quiet
(gdb) set edit off
(gdb) set confirm off
(gdb) set print static-members off
(gdb) tty /dev/pts/7
(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) set output-radix 10
(gdb) cd /home/daniel/cvs/sibsim3/debug/src
(gdb) break node_impl.h:36
No source file named node_impl.h. <<< [same error as before]
(gdb) break sibsim3.cpp:55
Breakpoint 1 at 0x8048978: file /home/daniel/cvs/sibsim3/src/sibsim3.cpp, line 55. <<< [ main() ]
Stopped due to shared library event
(gdb) break node_impl.h:36
Breakpoint 2 at 0x8048dfe: file node_impl.h, line 36. <<< [now the breakpoint is set]
More information about the KDevelop-devel
mailing list