[Zope] Debugging a python routine

Barry Drake bldrake at adaptcs.com
Mon Jun 27 12:25:21 EDT 2005


More info that may be of help:

    * Ken Manheimer's wiki on Zope debugging at
zope.org:
http://zope.org/Members/klm/ZopeDebugging/FrontPage
    * Ken's original paper on the matter:
http://zope.org/Members/klm/ZopeDebugging/ConversingWithZope
    * A more advanced coverage of the matter at
zopewiki.org:
http://zopewiki.org/DebuggingZopeWithPythonDebugger2

I got these from here:

http://docs.neuroinf.de/programming-plone/debug

Cheers!
Barry Drake

--- John Poltorak wrote:
> 
> Can anyone suggest how I would go about debugging a
> Python routine like 
> this through Zope?
> 
> 
>      <span
> tal:define="opts 
>
python:here.lib.parse_file(file=here.members,sepr=',',clone=1)">
>        <tal:block repeat="opt opts">
>           <li><a     tal:content="python:opt[1]"
>                tal:attributes="href
> python:opt[0]"></a></li>
>        </tal:block>
>      </span>
> 
> 
> -- 
> John
> 
> 
> 
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
> 


More information about the Zope mailing list