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

SourceForge.net noreply at sourceforge.net
Mon Jun 21 12:58:41 EDT 2004


Bugs item #976878, was opened at 2004-06-21 16:56
Message generated for change (Comment added) made by dmaurer
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: Dieter Maurer (dmaurer)
Date: 2004-06-21 16: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