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 techtonik
Recipients docs@python, eric.araujo, orsenthil, rhettinger, techtonik
Date 2012-06-26.11:45:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340711120.27.0.721786750555.issue14979@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that reading the source doesn't make it clear how to extend or use PDB, so I've changed the title. High level overview is required.

I think an example would really help there. For instance a simple execution scroller - analogue of `python -m trace --trace <filename.py>`, but with PDB and play/pause buttons controlled from external script.
History
Date User Action Args
2012-06-26 11:45:20techtoniksetrecipients: + techtonik, rhettinger, orsenthil, eric.araujo, docs@python
2012-06-26 11:45:20techtoniksetmessageid: <1340711120.27.0.721786750555.issue14979@psf.upfronthosting.co.za>
2012-06-26 11:45:19techtoniklinkissue14979 messages
2012-06-26 11:45:18techtonikcreate