This link[1] gave me good understanding in order to remote debug. But if you are not sure how to get the "Pydev: start the pydev server" icon in toolbars, you need to right click on the toolbar and click "Customize Perspective", select "commands" tab and tick "Pydev debug". This will add the icon in the toolbars.
And if you are getting,
"Could not initialize the browser's security component. The most likely cause is problems with files in your browser's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the browser and fix the problem. If you continue to use this browser session, you might see incorrect browser behaviour when accessing security features."
You need only to create ~/.mozilla/eclipse or if you have already got such folder, delete the content of that folder.
Today I was involved in writing a test script which supose to simulate a live zope.Start writting it as simillar to other test classes.
[1] http://www.fabioz.com/pydev
No comments:
Post a Comment