[ python-Bugs-1055168 ] pdb.set_trace should go up one more frame

SourceForge.net noreply at sourceforge.net
Wed Oct 27 11:21:42 CEST 2004


Bugs item #1055168, was opened at 2004-10-27 11:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1055168&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Johannes Gijsbers (jlgijsbers)
Assigned to: Nobody/Anonymous (nobody)
Summary: pdb.set_trace should go up one more frame

Initial Comment:
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. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1055168&group_id=5470


More information about the Python-bugs-list mailing list