Fix 'buildout.cfg' modification code
[zope-bootstrap.git] / skel-zope3 / debug.ini
diff --git a/skel-zope3/debug.ini b/skel-zope3/debug.ini
new file mode 100644 (file)
index 0000000..3a5965e
--- /dev/null
@@ -0,0 +1,13 @@
+[filter-app:main]
+# Change the last part from 'ajax' to 'pdb' for a post-mortem debugger
+# on the console:
+use = egg:z3c.evalexception#ajax
+next = zope
+
+[app:zope]
+use = egg:appmain
+
+[server:main]
+use = egg:Paste#http
+host = 127.0.0.1
+port = 8080