(*** This bug was imported into bugs.kde.org ***) Package: kdevelop Version: 2.1 (using KDE 3.0.0 ) Severity: normal Installed from: Red Hat Linux 7.2.93 Compiler: gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110) OS: Linux (i686) release 2.4.18-3smp OS/Compiler notes: This occurs (I think) after changing project options to "no debug information" and optimize and than back to "generate debug info" I'm unable to add break points. Instead I get "Pending add> breakpoint..." and no break point is added (I see blue points that indicate the breakpoint but they are disabled). The way to overun it is to make a new project and copy the files to it. PS I'm talking on C++ console application Thanks (Submitted via bugs.kde.org) (Called from KBugReport dialog)
If you built without debug info, you will have to rebuild with debug info for breakpoints to work.