<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>0x89 &#187; python</title>
	<atom:link href="http://0x89.eu/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://0x89.eu</link>
	<description>just a random mind dump</description>
	<lastBuildDate>Sun, 20 Sep 2009 17:55:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>remote python debugging with winpdb</title>
		<link>http://0x89.eu/2009/08/51/remote-python-debugging-with-winpdb/</link>
		<comments>http://0x89.eu/2009/08/51/remote-python-debugging-with-winpdb/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 21:18:18 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://0x89.eu/?p=51</guid>
		<description><![CDATA[While hacking cplay a bit for fun, I was annoyed that using pdb for debugging does not really work out for curses applications, as the console is used by the app. So I looked for a remote python debugger and found winpdb. This is really nice and also more comfortable for programs where pdb would ]]></description>
			<content:encoded><![CDATA[<p>While hacking <a title="cplay" href="http://github.com/marvinthepa/cplay">cplay</a> a bit for fun, I was annoyed that using pdb for debugging does not really work out for curses applications, as the console is used by the app. So I looked for a remote python debugger and found <a title="winpdb" href="http://winpdb.org">winpdb</a>. This is really nice and also more comfortable for programs where pdb would work.</p>
<p>Although the name suggests otherwise, winpdb is platform-independend, runs fine on unix and is free software (free as in freedom).</p>
]]></content:encoded>
			<wfw:commentRss>http://0x89.eu/2009/08/51/remote-python-debugging-with-winpdb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
