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 eric.araujo
Recipients eric.araujo
Date 2011-09-06.15:31:27
SpamBayes Score 0.00029587283
Marked as misclassified No
Message-id <1315323088.65.0.459623812563.issue12913@psf.upfronthosting.co.za>
In-reply-to
Content
I found a few blogs posts that explained how to use pdb.  It appears from the comments that such introductory material is very useful to a lot of users.  Instead of just expanding the pdb module docs, I propose to add a debugging howto covering basic troubleshooting techniques and giving a pdb tutorial.  I think a howto has more visibility, as people unaware of the existence of a thing named pdb may however look for “debugging”.

To educate myself on pdb, I have started writing a document.  Before investing too much time, I’d like to know if people agree with the principle of adding such a howto.
History
Date User Action Args
2011-09-06 15:31:28eric.araujosetrecipients: + eric.araujo
2011-09-06 15:31:28eric.araujosetmessageid: <1315323088.65.0.459623812563.issue12913@psf.upfronthosting.co.za>
2011-09-06 15:31:27eric.araujolinkissue12913 messages
2011-09-06 15:31:27eric.araujocreate