source: products/QGSkel/trunk/qgskel/templates/qgplone3_buildout/profiles/debugtools.cfg @ 1409

Last change on this file since 1409 was 1198, checked in by koval, 15 years ago

added debugtool.cfg and some minor fixes

File size: 1.1 KB
Line 
1[enablesettrace]
2recipe = plone.recipe.bundlecheckout
3url = svn://svn.zope.org/repos/main/Products.enablesettrace/trunk
4subfolder = enablesettrace
5
6
7[zopeprofiler]
8recipe = plone.recipe.distros
9urls = http://www.dieter.handshake.de/pyprojects/zope/ZopeProfiler.tgz
10
11
12[zptdebugger]
13recipe = plone.recipe.bundlecheckout
14url = https://svn.plone.org/svn/collective/ZPTDebugger/trunk
15subfolder = ZPTDebugger
16
17
18[deadlockdebugger]
19recipe = plone.recipe.bundlecheckout
20url = http://svn.nuxeo.org/pub/Zope2/DeadlockDebugger/trunk
21subfolder = DeadlockDebugger
22
23
24[ipzope]
25# a IPython Shell for interactive use with zope running.
26# you also need to put
27# https://svn.plone.org/svn/collective/dotipython/trunk/ipy_profile_zope.py
28# to your $HOME/.ipython directory for the following to work.
29recipe = zc.recipe.egg
30eggs =
31        ipython
32        ${instance:eggs}
33initialization =
34        import sys, os
35        os.environ["SOFTWARE_HOME"] = "${zope2:location}/lib/python"
36        os.environ["INSTANCE_HOME"] = "${instance:location}"
37        sys.argv[1:1] = "-p zope".split()
38extra-paths = ${zope2:location}/lib/python
39scripts = ipython=ipzope
Note: See TracBrowser for help on using the repository browser.