[Bug 70815] New: editing file while in debuger tracks new line numbers but doesn't clear old
Jon Smirl
jonsmirl at yahoo.com
Fri Dec 19 07:45:06 UTC 2003
------- 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=70815
Summary: editing file while in debuger tracks new line numbers
but doesn't clear old
Product: kdevelop
Version: CVS
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: jonsmirl at yahoo.com
Version: CVS (using KDE Devel)
Installed from: Compiled sources
Set a breakpoint
run the debugger until you hit it.
now use the editor to add some lines above it.
Note that as the lines are added the breakpoint line number is
adjusted to account for the additional lines.
The problem is that is I have a bp on line 100 and add a line of text above it, pushing line 100 to become line 101. I end up with a bp on both lines 100 and 101. Add four lines, get four extra bp's.
The only happens if the debugger is running.
More information about the KDevelop-devel
mailing list