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 jlgijsbers
Recipients
Date 2004-10-27.09:21:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Calling pdb.set_trace() calls Bdb.set_trace, which
makes the debugger enter inside pdb.set_trace (see the
attached console session for details). It should enter
at the stack frame calling pdb.set_trace().

I can fix this, but I don't mind if someone else does. 
History
Date User Action Args
2007-08-23 14:27:05adminlinkissue1055168 messages
2007-08-23 14:27:05admincreate