[PEAK] Re: Masked exceptions in _save?
Phillip J. Eby
pje at telecommunity.com
Thu Oct 21 21:01:43 EDT 2004
At 07:14 PM 10/21/04 -0400, R. David Murray wrote:
>Yes, I was doing something stupid. My test 'raise' didn't actually
>execute, and when it did, it wasn't masked. So now I still don't
>know why my data isn't getting saved...but I'll keep working on it
>for a while before putting my foot in my mouth again <wry grin>.
Loggers (or print statements) are your friend. :) And so is:
import pdb; pdb.set_trace()
which drops you into the Python debugger when it executes.
More information about the PEAK
mailing list