[Pydev-code] PyDev & Plone
Brought to you by:
fabioz
From: Timothy R. <tr...@si...> - 2006-05-27 00:56:19
|
O.K., I believe I have everything configured properly. I have my Eclipse workspace added to my zope.conf file as a Products entry, and this works, as I could then install into Plone. I can run, and interact with the code. When an error or warning happens, I can click that line and the file opens. All well and good. But I can't seem to debug. I have created a Zope Run instance (as per the Plone site). I run this in debug mode. I set a breakpoint (or several). When that code gets executed, no breakpoint is hit. After starting is debug mode, is there anything that needs to be done to connect to the python engine? Is just setting a breakpoint sufficient? Has anyone else debugged Zope or Plone products under PyDev? Thanks. |