[Bug 63883] breakpoint do not work if there are 2 files with the same name

Robert Light robertlight at rcn.com
Tue Feb 8 00:39:04 UTC 2005


------- 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=63883         




------- Additional Comments From robertlight rcn com  2005-02-07 15:40 -------
This may not be relevant - but kdevelop or gdb doesn't deal properly with mixedcase filenames.  If you set a breakpoint on line 13 of HelloWorld.cpp - the breakpoint will be missed and you will get:

(gdb) break HelloWorld.cpp:13 
No source file named HelloWorld.cpp.

if you change the breakpoint in the "breakpoints" window from HelloWorld.cpp to helloworld.cpp the breakpoint will get hit but you won't see the source code line highlight (because that is in HelloWorld.cpp).

kdevelop:3.1.1
gdb: 6.1post-1.20040607.43rh




More information about the KDevelop-devel mailing list