[Bug 62484] New: debugger claims non-existing file
sschmidt at physik.uni-bremen.de
sschmidt at physik.uni-bremen.de
Mon Aug 11 10:33:07 UTC 2003
------- 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=62484
Summary: debugger claims non-existing file
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: sschmidt at physik.uni-bremen.de
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
More information about the KDevelop-devel
mailing list