From kdevelop-bugs Thu May 31 08:14:23 2007 From: Andreas Pakulat Date: Thu, 31 May 2007 08:14:23 +0000 To: kdevelop-bugs Subject: [Bug 146174] KDevelop silently skips breakpoints in "Release" mode Message-Id: <20070531081423.21000.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306978012945 ------- 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 ------- Additional Comments From apaku gmx de 2007-05-31 10:14 ------- The Project Options dialog contains settings that KDevelop stores, however wether you're doing a debug or release build in QMake projects depends solely on the configuration of the Buildsystem. This is not different from Eclipse or Visual Studio, except that those invented their own buildsystem, which KDevelop doesn't do. Wether a new application is built in debug or release mode depends partly on your Qt, if that was built using the -debug configure switch applications will by default also use the debug mode. Last but not least: Yes our templates probably could have a debug-mode-enabled by default, please feel free to provide a patch for that (the C++ templates are in languages/cpp/app_templates).