------- 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=117339 Summary: kdbg breakpoints specified by fullname not found by gdb Product: kdevelop Version: unspecified Platform: SuSE RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: on4qz telenet be Version: 3.3 (using KDE KDE 3.5.0) Installed from: SuSE RPMs OS: Linux gdb /data/development/software/qm/q_debug/q_debug -fullname -quiet (gdb) set edit off (gdb) set confirm off Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) (gdb) (gdb) set print static-members off (gdb) tty /dev/pts/1 (gdb) set width 0 (gdb) set height 0 (gdb) set stop-on 0 (gdb) handle SIG32 pass nostop noprint (gdb) handle SIG41 pass nostop noprint (gdb) handle SIG42 pass nostop noprint (gdb) handle SIG43 pass nostop noprint (gdb) set print asm-demangle on (gdb) set output-radix 10 (gdb) cd /data/development/software/qm/q_debug (gdb) break /data/development/software/qm/q_debug/scopeplot.cpp:236 Breakpoint 1 at 0x806f3b7: file scopeplot.cpp, line 236. (gdb) break /data/development/software/qm/q/main.cpp:51 No line 51 in file "../q/main.cpp" The sources for the executable are in two different directories - /data/development/software/qm/q_debug and /data/development/software/qm/q In previous version of kdbg the breakpoint was set using the filename only (in this case main.cpp), this works with gdb (version 6.3) Only files within the current directory can set breakpoints using the fullpath (see scopeplot.cpp) Entering: break main.cpp:51 is OK.