[ python-Bugs-976878 ] PDB: unreliable breakpoints on functions

SourceForge.net noreply at sourceforge.net
Fri Jul 16 00:59:47 CEST 2004


Bugs item #976878, was opened at 2004-06-21 09:56
Message generated for change (Comment added) made by isandler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=976878&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: Postponed
Priority: 5
Submitted By: Dieter Maurer (dmaurer)
Assigned to: Nobody/Anonymous (nobody)
Summary: PDB: unreliable breakpoints on functions

Initial Comment:
Breakpoints set on functions are unreliable because 
"pdb.Pdb.checkline" thinks lines inside a 
multi-column docstring were adequate lines for 
breakpoints. 
 
Of course, such breakpoints are ignored during 
execution. 

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

Comment By: Ilya Sandler (isandler)
Date: 2004-07-15 15:59

Message:
Logged In: YES 
user_id=971153

I'd like to add that this bug is probably related (but not
identical) to:

bug#926369 &
bug#875404

which are also caused by pdb.checkline()

it might be a good idea to fix all three bugs at once...


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

Comment By: Dieter Maurer (dmaurer)
Date: 2004-06-21 09:58

Message:
Logged In: YES 
user_id=265829

Patch attached 

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

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


More information about the Python-bugs-list mailing list