Another approach is to create log messages that contain the output of pprint 
or a pickle of the data structure.  This allows you to open the log up in a 
text browser that has auto-line-wrapping and other goodies.

On May 28, 2002 09:40 am, [EMAIL PROTECTED] wrote:
> The problem with that it makes the browser scroll
> horizontally for a lot of data structures. (and
> it is not so easy to read.)
>
> On Tue, 28 May 2002, Tavis Rudd wrote:
> > oops,
> > make that:
> >
> > print '<pre>'
> > pprint(yourDataStructure)
> > print '</pre>'
> >
> > On May 28, 2002 08:45 am, [EMAIL PROTECTED] wrote:
> > > Does it have an html 'pprint'?


_______________________________________________________________

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