Bug 45360

Summary: unable to debugg
Product: [Applications] kdevelop Reporter: bgbg
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 2.1   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description bgbg 2002-07-17 09:41:42 UTC
(*** 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)
Comment 1 John Firebaugh 2002-09-15 21:24:39 UTC
If you built without debug info, you will have to rebuild with debug info for 
breakpoints to work.