Thank you, Jens, Paul, and JCC :)
Once you've done it, it would be nice to write it up on zope.org (a HOWTO) and/or zopelabs.
How about this: http://www.zopewiki.org/DebuggingZopeWithPythonDebugger ? Looks like this has some good stuff http://plone.org/documentation/archetypes/wiki/BulkLoadContent but there's things I don't understand yet. In [47]: from Testing.makerequest import makerequest In [48]: app Out[49]: <Application instance at 4115be30> In [50]: app.REQUEST Out[51]: '<Special Object Used to Force Acquisition>' In [52]: app = makerequest(app) In [53]: app.REQUEST Out[54]: <HTTPRequest, URL=http://foo> # Oooh, *looks* cool .. In [56]: app.fab.ma # I hit <TAB> and it hangs ..
Filing a bug to get this into the Zope source in doc/DEBUGGING.txt would be good too.
I'll try & remember .. -- Jean Jordaan http://www.upfrontsystems.co.za