On 5 Jul 2005, at 12:20, Florent Guillaume wrote:
Running zopectl debug runs your normal instance with additional debug
breakpoints and pdb started. So in the same way that you cannot start
the same instance twice, you cannot start your instance and a zopectl
debug at the same time.
Umh, that's incorrect. zopectl debug has nothing to do with debug
breakpoints or pdb. And you can run it right alongside your running
Zope instance. All it does is present you with a Python prompt where
the root object is bound to "app", nothing more and nothing less.
jens
_______________________________________________
Zope maillist - [email protected]
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 )