Bug 45360 - unable to debugg
Summary: unable to debugg
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.1
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-17 09:48 UTC by bgbg
Modified: 2002-09-16 14:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.