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
There's no problem here. I'd guess you haven't compile with debug on
Do a cvs update, and try again. If I don't get an answer I'll close this one.
No answer ...