On Tue, 2002-05-28 at 21:25, Tavis Rudd wrote:
> On May 28, 2002 07:10 pm, Ian Bicking wrote:
> > The tracebacks often aren't enough to figure out exactly went wrong when
> > there's an error -- cgitb helps a bit, but it would be nice to have more
> > complete information (especially in cases where errors are hard to
> > reproduce, which is something I'm encountering in a project I'm working
> > on).  Does anyone know of a Python module to capture this information?
> > I didn't see anything particularly appropriate on Parnassus.
> >
> >   Ian
> 
> What sort of extra info do you want?

A representation of some sort of all the objects bound in all the frames
(more or less).  cgitb does this for some select objects in each frame,
I just want all of them.  In this case, I'm making a web bot, and so I
want to see the pages that are being parsed -- I might just save them
separately, but there's a sequence of them and a full capture might work
more easily while being more general.

  Ian



_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to