5 Jul
2005
5 Jul
'05
11:55 a.m.
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