This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmaurer
Recipients
Date 2004-06-21.16:56:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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. 
History
Date User Action Args
2007-08-23 14:22:46adminlinkissue976878 messages
2007-08-23 14:22:46admincreate