[Zope3-Users] Debugging Zope3 with Winpdb

Takayuki Shimizukawa shimizukawa at gmail.com
Mon Jul 24 23:30:01 EDT 2006


Hi Achim,

2006/7/23, Achim Domma <domma at procoders.net>:
> 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


More information about the Zope3-users mailing list