From kdevelop-bugs Thu Oct 19 12:00:35 2006 From: Volker "Götz" Date: Thu, 19 Oct 2006 12:00:35 +0000 To: kdevelop-bugs Subject: [Bug 135961] New: Breakpoint not set on sources in subdirs Message-Id: <20061019140034.135961.goetz () sectionone ! de> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306954810637 ------- 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