You are not logged in Log in Join
You are here: Home » Members » klm » ZopeDebugging » ContributedTipsAndTricks » wikipage_view

Log in
Name

Password

 
 
FrontPage »

ContributedTipsAndTricks

ContributedTipsAndTricks

Do you have techniques of your own for debugging Zope that others may find useful? How about refinements to the methods described in the paper, or other items described here? Please add them! (If you edit someone's entry, instead of commenting, please try to do so in a way that indicates from who and what the changes are.) Also, see NotesAndErrata for corrections of the paper .

IDLE extension for Zope access --[tschorr]?, 2003/10/22 02:35 EST reply
if you have configured ZEO and Zope as described in the paper, you perhaps might find this little extension to the IDLE for easier access to the Zope database useful. It adds a menu called "Zope" to the IDLE that lets you connect/disconnect, sync and commit transactions. In addition you can browse the ZODB with an ObjectBrowser? and a variable named "app" is defined to access the Zope.app() object from the shell prompt.

You can download the file from: http://zope.org/Members/tschorr/ZopeShell.py/file_view