<?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>Kanru&#039;s 探險日誌 &#187; gtk</title>
	<atom:link href="http://blog.kanru.info/archives/tag/gtk/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.kanru.info</link>
	<description>當發現美好的事物時，所要做的第一件事，就是把它分享給所有人</description>
	<lastBuildDate>Sun, 23 May 2010 09:51:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Parasite &#8211; Gtk+ UI 除錯開發工具</title>
		<link>http://blog.kanru.info/archives/605</link>
		<comments>http://blog.kanru.info/archives/605#comments</comments>
		<pubDate>Mon, 16 Mar 2009 11:02:40 +0000</pubDate>
		<dc:creator>kanru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[小工具]]></category>
		<category><![CDATA[爬網探險]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[parasite]]></category>

		<guid isPermaLink="false">http://blog.kanru.info/?p=605</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chipx86.github.com/gtkparasite/">Parasite</a> 是一個強大的 Gtk+ UI 除錯/開發工具，使用方法類似 Firefox 中很好用的 Firebug，可以附著於執行中的程式，顯示 widget tree 與 properties，動態修改 widget 屬性，甚至透過 python console 還可以隨時 coding 改變 widget 行為。</p>

<p><img src="http://people.debian.org.tw/~koster/blog/parasite_python_shell.png" alt="Parasite Python Shell" width="90%"/></p>

<p>目前還沒有正式發行版，可以自己從 Git 拖回來編譯安裝。
<pre class="brush: bash;">
$ git clone git://github.com/chipx86/gtkparasite
</pre></p>

<p>參考：</p>

<ul>
<li><a href="http://lwn.net/Articles/321409/">LWN 文章</a></li>
<li><a href="http://chipx86.github.com/gtkparasite/video/parasite-intro.avi">Screencast</a></li>
</ul>

<p>話說，現在 github 不只有 git hosting，還有 web page hosting 了，不少專案就這樣透過 github 快速成立，或許以後 github 會朝完整的 project hosting 發展？</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kanru.info/archives/605/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://chipx86.github.com/gtkparasite/video/parasite-intro.avi" length="9434202" type="video/x-msvideo" />
		</item>
	</channel>
</rss>
