Hi Achim,

2006/7/23, Achim Domma <[EMAIL PROTECTED]>:
I try to debug zope 3 with winpdb, but without success. Was anybody able
to let zope 3 run within winpdb. Winpdb seems to start my z3.py script
but the looses the connection to the process. I see no error messages
and I'm quite new to winpdb.

Any help would be very appreciated!

I'm using winpdb on Windows.

- python-2.4.2.msi
- winpdb-1.0.6.tar.gz
- wxPython2.6-win32-unicode-2.6.3.2-py24.exe
- Zope-3.2.1

And I modified runzope.bat little.

before::
"%PYTHON%" "%INSTANCE_HOME%\bin\runzope" %1 %2 %3 %4 %5 %6 %7

after::
"%PYTHON%" \Python24\Scripts\_winpdb.py
"%INSTANCE_HOME%\bin\runzope" %1 %2 %3 %4 %5 %6 %7

--
Shimizukawa
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to