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 isandler
Recipients
Date 2004-11-07.04:26:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Bdb.set_trace()  assumed that the frame which needs to
be debugged is the caller's frame. This assumption
fails if Bdb_set_trace() is called from inside a
debugger (say from inside of a pdb's set_trace). So now
Bdb.set_trace() accepts an optional parameter
frame_to_debug which allows the caller to specify which
frame needs to be debugged, and pdb is modified to use it..
History
Date User Action Args
2007-08-23 15:40:31adminlinkissue1061767 messages
2007-08-23 15:40:31admincreate