[Python-bugs-list] [ python-Bugs-608085 ] IDE - Breakpoints don't stick to lines

SourceForge.net noreply@sourceforge.net
Tue, 25 Feb 2003 05:35:16 -0800


Bugs item #608085, was opened at 2002-09-12 00:04
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=608085&group_id=5470

Category: Macintosh
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Just van Rossum (jvr)
Summary: IDE - Breakpoints don't stick to lines

Initial Comment:
Breakpoints don't always seem to stick to the line they are set on in case of edits.

Here's a scenario.

In an edit window, enable debugging. Set a breakpoint on, say, line 10. Disable debugging. Delete line 5. Enable debugging again. See how the breakpoint is still on line 10 in stead of having moved to line 9.

----------------------------------------------------------------------

Comment By: Jack Jansen (jackjansen)
Date: 2002-09-12 21:36

Message:
Logged In: YES 
user_id=45365

Hmm, yes, with Waste handling our text editing it is indeed non-trivial, I hadn't thought of that.

How about sticking a custom waste object into the text stream you feed to waste? Although that would complicate other matters and cause ideosyncracies when copy/pasting to other apps....

Ok, let's document it and call it a feature:-)

----------------------------------------------------------------------

Comment By: Just van Rossum (jvr)
Date: 2002-09-12 09:05

Message:
Logged In: YES 
user_id=92689

Would be nice. If you have any idea how to implement it, I'm all ears...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=608085&group_id=5470