<?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>My Crusade &#187; debugger</title>
	<atom:link href="http://www.jarodwang.cn/tag/debugger/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jarodwang.cn</link>
	<description>For the future we believe in.</description>
	<lastBuildDate>Thu, 26 Nov 2009 12:29:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Perl Debugger</title>
		<link>http://www.jarodwang.cn/2008/12/23/the-perl-debugger/</link>
		<comments>http://www.jarodwang.cn/2008/12/23/the-perl-debugger/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 12:30:13 +0000</pubDate>
		<dc:creator>jarodwang</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[ScribeFire]]></category>

		<guid isPermaLink="false">http://www.jarodwang.cn/2008/12/23/the-perl-debugger/</guid>
		<description><![CDATA[今天同事老铁问了我几个关于 Perl 的编程的小问题，包括 @ARGV 和 Getopt::Long 的使用。其间还使用到了 Perl 自带的 debugger，其实这个工具我也不是第一次使用了，但是平时用得少，印象中存留的就剩下 s 和 x 命令了。在调试一个对 Getopt::Long::GetOptions 的调用的时候，用 s 进入了函数的内部半天没有能够出来，后来 Google 了一下，找到了一个 Perl Debugger Quick Reference Card 的 PDF 文档，用 r 命令快速地来到了 GetOptions 的结尾。
另外，这篇文章是我第一次尝试使用 ScribeFire 这个 FireFox 插件来写 Blog，顺便试试能不能同步到 jarodwang.cn 上面去。
]]></description>
			<content:encoded><![CDATA[<p>今天同事老铁问了我几个关于 Perl 的编程的小问题，包括 <a href="http://perldoc.perl.org/perlvar.html#Predefined-Names">@ARGV</a> 和 <a href="http://perldoc.perl.org/Getopt/Long.html">Getopt::Long</a> 的使用。其间还使用到了 Perl 自带的 <a href="http://perldoc.perl.org/perldebug.html">debugger</a>，其实这个工具我也不是第一次使用了，但是平时用得少，印象中存留的就剩下 s 和 x 命令了。在调试一个对 Getopt::Long::GetOptions 的调用的时候，用 s 进入了函数的内部半天没有能够出来，后来 Google 了一下，找到了一个 <a href="http://refcards.com/docs/forda/perl-debugger/perl-debugger-refcard-a4.pdf">Perl Debugger Quick Reference Card</a> 的 PDF 文档，用 r 命令快速地来到了 GetOptions 的结尾。</p>
<p>另外，这篇文章是我第一次尝试使用 <a href="https://addons.mozilla.org/en-US/firefox/addon/1730">ScribeFire</a> 这个 FireFox 插件来写 Blog，顺便试试能不能同步到 <a href="http://jarodwang.cn/">jarodwang.cn</a> 上面去。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarodwang.cn/2008/12/23/the-perl-debugger/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
