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 jakamkon
Recipients
Date 2006-06-19.14:44:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1491175

1.Why?bdb.py prints informations about breakpoints to stdout
in bpprint function.

2.This is correct.Comment right before run function should
be updated to point that bdb.py's run could be used also
with code objects.

According to the pdb's documentation, run command should be
invoked only with statement given as a string.Run's argument
checking and error message could be placed in pdb's run
function.I included new patch.What's your opinion?
History
Date User Action Args
2007-08-23 15:48:23adminlinkissue1472257 messages
2007-08-23 15:48:23admincreate