<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: pdb and zdb - debuggers for python and zope</title>
	<link>http://www.rickhurst.co.uk/2008/05/29/pdb-and-zdb-debuggers-for-python-and-zope/</link>
	<description>my blog, mostly covering the technical side of web design</description>
	<pubDate>Fri, 21 Nov 2008 04:19:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: Dan Fairs</title>
		<link>http://www.rickhurst.co.uk/2008/05/29/pdb-and-zdb-debuggers-for-python-and-zope/#comment-13883</link>
		<pubDate>Mon, 09 Jun 2008 16:57:49 +0000</pubDate>
		<guid>http://www.rickhurst.co.uk/2008/05/29/pdb-and-zdb-debuggers-for-python-and-zope/#comment-13883</guid>
					<description>Actually... it's:

import pdb
pdb.set_trace()

zdb's incantation is:

from Products.zdb import set_trace
set_trace()

/pedant</description>
		<content:encoded><![CDATA[<p>Actually&#8230; it&#8217;s:</p>
<p>import pdb<br />
pdb.set_trace()</p>
<p>zdb&#8217;s incantation is:</p>
<p>from Products.zdb import set_trace<br />
set_trace()</p>
<p>/pedant
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
