On 4/13/07, PythonHack <[EMAIL PROTECTED]> wrote:
I develop in a zope instance with debugmode ON. This avoids the need for refreshing and combined with unittesting I am not much affected by the performance issues debugmode causes.. I have found this actually quite a good setup.
Only templates and python scripts are thus reloaded. Python code (Products, modules, etc) are not reloaded, which is what we were talking about. :) -- Martijn Pieters _______________________________________________ Product-Developers mailing list [EMAIL PROTECTED] http://lists.plone.org/mailman/listinfo/product-developers
