Bug 62484

Summary: debugger claims non-existing file
Product: [Applications] kdevelop Reporter: Sven Schmidt <sschmidt>
Component: CPP DebuggerAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sven Schmidt 2003-08-11 10:31:24 UTC
Version:            (using KDE KDE 3.1.3)
Installed from:    Compiled From Sources
Compiler:          gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux) 
OS:          Linux

When I start the debugger (on a Hello-World-cpp-App), it cannot find the source file although it is definetely there.
In previous versions (alpha4), there weren´t such problems.

Here is what gdb said:

  gdb /home/sschmidt/Desktop/Trash/aq123/bin/aq123 -fullname -nx -quiet
(gdb) set edit off 
(gdb) set confirm off 
(gdb) 
(gdb) 
(gdb) set print static-members off 
(gdb) tty /dev/pts/12 
(gdb) set width 0 
(gdb) set height 0 
(gdb) set stop-on 0 
(gdb) handle SIG32 pass nostop noprint 
(gdb) handle SIG43 pass nostop noprint 
(gdb) set print asm-demangle on 
(gdb) cd /home/sschmidt/Desktop/Trash/aq123/bin 
(gdb) break aq123.cpp:10 
No source file named aq123.cpp.

(gdb) break aq123.cpp:12 
No source file named aq123.cpp.

(gdb) run 
[New Thread 16384 (LWP 19160)]

Program exited normally.



Regards, Sven Schmidt
Comment 1 John Birch 2003-08-12 08:56:41 UTC
There's no problem here. 
 
I'd guess you haven't compile with debug on 
Comment 2 Amilcar do Carmo Lucas 2003-08-12 09:41:36 UTC
Do a cvs update, and try again. If I don't get an answer I'll close this one. 
Comment 3 Amilcar do Carmo Lucas 2003-09-05 13:47:52 UTC
No answer ...