[Python-bugs-list] [ python-Bugs-669692 ] pdb user_call breakage

SourceForge.net noreply@sourceforge.net
Fri, 31 Jan 2003 09:58:55 -0800


Bugs item #669692, was opened at 2003-01-17 11:39
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=669692&group_id=5470

Category: Python Library
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Michael Hudson (mwh)
Assigned to: Michael Hudson (mwh)
Summary: pdb user_call breakage

Initial Comment:
Reported on c.l.py:

-----------
I'm running python 2.3a1 on a Win32 machine.

pdb's behaviour seems to have been changed from 2.2*.

"user_call" method is added, and it's called automatically
for every function/method call when I set a breakpoint
somewhere else and "continue".
------------

This is certainly my fauld, but I never use breakpoints
in pdb, so right now I don't even know how to duplicate
it, never mind fix it.  It's probably shallow, though.

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

>Comment By: Michael Hudson (mwh)
Date: 2003-01-31 17:58

Message:
Logged In: YES 
user_id=6656

and actually close the bug...

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

Comment By: Michael Hudson (mwh)
Date: 2003-01-31 17:53

Message:
Logged In: YES 
user_id=6656

Fixed in revision 1.61 of Lib/pdb.py.

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

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