Issue 669692: pdb user_call breakage (original) (raw)
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.