[Bug 79984] New: debugger: template implementation source files not found

Daniel Franke daniel.franke at imbs.uni-luebeck.de
Tue Apr 20 08:34: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      
           Summary: debugger: template implementation source files not found
           Product: kdevelop
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: daniel.franke imbs uni-luebeck de


Version:           3.0.90-CVS (using KDE 3.2.1, compiled sources)
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:          Linux (i686) release 2.4.21-99-default

Project: Simple C++

Template class foo, sources in files: src/foo.h src/foo_impl.h

Starting the debugger to debug the debug-enabled executable (default debug-config setup):
--
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.
--

Changing the directory back to  
--
(gdb) cd /home/daniel/cvs/sibsim3/src 
--
solves this issue, the files are found again, breakpoints are set.

Drawback: the path is reset each start/stop cycle.




More information about the KDevelop-devel mailing list