telling handled exceptions from unhandled ones

nealj mwarden22 at hotmail.com
Thu Jun 13 14:35:25 EDT 2002


An outstanding problem with the python debugger I'm working on is
being able to tell the difference between an exception that is handled
and one that isn't.  When Hap gets PyTrace_EXCEPTION sent to its trace
function it can't reliably tell when an exception isn't handled and
stop at the correct location.  Anyone have any suggestions?



More information about the Python-list mailing list