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 kbdavidson
Recipients
Date 2003-12-03.20:44:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
We frequently insert the line "import pdb;pdb.Pdb
().set_trace()" into our code while debugging to do a 
programmatic invokation of pdb.  This allows us to stop 
inside conditional checks, etc.

It would be great if Python had a standard keyword or 
global function (e.g. "start_debugger()") that did this in 
a more intuitive manner.
History
Date User Action Args
2008-01-20 09:59:32adminlinkissue853569 messages
2008-01-20 09:59:32admincreate