On 5 Jul 2005, at 12:55, Jens Vagelpohl wrote:
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.
One correction: If you use ZEO you can run it alongside the running
instance. Otherwise, since it would want exclusive access to the
database, you could not. One of the reasons why ZEO is recommended
even in single server setups.
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 )