From kdevelop-bugs Wed May 30 18:52:37 2007 From: Dima Ryazanov Date: Wed, 30 May 2007 18:52:37 +0000 To: kdevelop-bugs Subject: [Bug 146174] New: KDevelop silently skips breakpoints in "Release" Message-Id: <20070530205237.146174.someone () berkeley ! edu> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306978012936 ------- 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=146174 Summary: KDevelop silently skips breakpoints in "Release" mode Product: kdevelop Version: 3.4.1 Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: someone berkeley edu Version: 3.4.1 (using KDE KDE 3.5.7) Installed from: Ubuntu Packages OS: Linux My project is managed by "qmake". By default, it is compiled in "Release" mode. If I try to debug it, KDevelop will start GDB, etc. - but will silently skip breakpoints. This is extremely confusing. If KDevelop cannot debug the program in "Release" mode, it should say so.