------- 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=135961 Summary: Breakpoint not set on sources in subdirs Product: kdevelop Version: 3.3.92 Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: goetz sectionone de Version: 3.3.92 (using KDE KDE 3.5.5) Installed from: Gentoo Packages Compiler: gcc version 4.1.1 (Gentoo 4.1.1) OS: Linux If I put my source files in a subdirectory, e.g. 'src', then the debugger is unable to set breakpoints. The breakpoints are only active, if the source .cpp file is in the main directory. I use a qmake based project. I will attach a small project to demonstrate the failure: - untar the archive - open kdevelop an import the qmake .pro project - open src/main.cpp - set a breakpoint somewhere - start the debugger --> breakpoint not active