Re: [Zope3-Users] zopeproject and debugging zope

2007-09-10 Thread Lorenzo Gil Sanchez
I finally make a quick'n'dirty script to run the debugger. I'll paste it here justs in case anybody find it useful: #!/opt/bin/python import sys sys.path[0:0] = [ # lots of eggs ] import os import code import zope.app.debug banner = Welcome to the Zope 3 debugger. The application root object

Re: [Zope3-Users] zopeproject and debugging zope

2007-09-09 Thread Lorenzo Gil Sanchez
El sáb, 08-09-2007 a las 16:27 -0400, Benji York escribió: Lorenzo Gil Sanchez wrote: Now I miss something from the old 'bin/runzope' days. I liked how you could run an interactive debug session using zope.app.debug.Debugger and the command 'bin/zopectl debug'. If you use the

[Zope3-Users] zopeproject and debugging zope

2007-09-08 Thread Lorenzo Gil Sanchez
Hi, I recently switched to use zope3 as a library instead as a big application where you hook your webapp. Thanks to Philipp for his great zopeproject! Now I miss something from the old 'bin/runzope' days. I liked how you could run an interactive debug session using zope.app.debug.Debugger and

Re: [Zope3-Users] zopeproject and debugging zope

2007-09-08 Thread Benji York
Lorenzo Gil Sanchez wrote: Now I miss something from the old 'bin/runzope' days. I liked how you could run an interactive debug session using zope.app.debug.Debugger and the command 'bin/zopectl debug'. If you use the zc.zope3recipes:instance recipe to build an instance (even one that you