Debugging Zope with Komodo
Aaron has just helped me get Komodo debugging working for Zope. Both Neil and I think this is great, for the first time we can see the interaction of Zope internals as they happen (its no longer a black box anymore). This shed so much light on Zope, I think its great and so will any Zope developer. Many thanks to all involved in Komodo for making this happen. -- Andy McKay.
Have tried the simplest way: <dtml-call expr="manage_addFolder('newfolder')"> <dtml-call expr="newfolder.manage_addFolder('anotherfolder')"> ...this does not work! Any solutions or alternative ways to do it?
Espen, How about untested, but similar works in Python External method: <dtml-call expr="manage_addFolder('newfolder')"> <dtml-call "REQUEST.set('newf',_['newfolder'])"> <dtml-call expr="newf.manage_addFolder('anotherfolder')"> maybe?!? Phil On Thu, 11 Jan 2001, Espen Sorbye Frederiksen wrote:
Have tried the simplest way:
<dtml-call expr="manage_addFolder('newfolder')">
<dtml-call expr="newfolder.manage_addFolder('anotherfolder')">
....this does not work!
Any solutions or alternative ways to do it?
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Am Donnerstag, 11. Januar 2001 20:10 schrieb Andy McKay:
Aaron has just helped me get Komodo debugging working for Zope. Both Neil and I think this is great, for the first time we can see the interaction of Zope internals as they happen (its no longer a black box anymore). This shed so much light on Zope, I think its great and so will any Zope developer.
Many thanks to all involved in Komodo for making this happen. -- Andy McKay.
Ok, now you got us up to speed, where is the howto ? - Holger
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
-- ----------------------------------- catWorkX GmbH Dipl.-Ing. Holger Lehmann Stresemannstr. 364 22761 Hamburg Tel: +49 (0700) catWorkX Tel: +49 (40) 890 646-0 Fax: +49 (40) 890 646-66 mailto:lehmann@catworkx.de http://www.catworkx.de http://www.catbridge.de
participants (4)
-
Andy McKay -
Espen Sorbye Frederiksen -
Holger Lehmann -
Phil Harris