<?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>.::灵狼天::. &#187; debug</title>
	<atom:link href="http://icyleaf.com/tag/debug/feed/" rel="self" type="application/rss+xml" />
	<link>http://icyleaf.com</link>
	<description>icyleaf&#039;s blog - 心外无理，心外无物，心外无事</description>
	<lastBuildDate>Tue, 13 Dec 2011 02:34:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Blackbird：JavaScript调试，对alert说拜拜</title>
		<link>http://icyleaf.com/2008/10/blackbird-javascript-debugging-on-the-alert-shui-baibai/</link>
		<comments>http://icyleaf.com/2008/10/blackbird-javascript-debugging-on-the-alert-shui-baibai/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 09:07:41 +0000</pubDate>
		<dc:creator>icyleaf</dc:creator>
				<category><![CDATA[网络开发]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://icyleaf.com/?p=410</guid>
		<description><![CDATA[最近就在用 JavaScript 写公司系统的报表文件生成编辑器工具。调试的头胀闹大的。尤其是加入 alert()  调试框，一不小心就会进入慢长的循环，点不掉的 alert 框&#8230;幸好在 webappers 发现了 Blackbird 提供一种非常酷的 JavaScript 调试信息显示方法。直接让我告别了 alert() 时代。:) Blackbird 支持当前的主流版本浏览器（IE 6+，Firefox 2+，Safari 2+，Opera 9.5），可以区别输入 debug，info，warn，error，profile。同时可以通过热键来控制显示/隐藏，情况记录调试信息等操作！ 使用方法也很简单，加载 js 和 css 文件并加载到 header 区域，直接使用就可以输出调试信息： log.debug( 'this is a debug message' ); log.info( 'this is an &#8230; <a href="http://icyleaf.com/2008/10/blackbird-javascript-debugging-on-the-alert-shui-baibai/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Blackbird" src="http://www.webappers.com/img/2008/10/blackbird.png" alt="" width="480" height="218" /></p>
<p>最近就在用 JavaScript 写公司系统的报表文件生成编辑器工具。调试的头胀闹大的。尤其是加入 alert()  调试框，一不小心就会进入慢长的循环，点不掉的 alert 框&#8230;幸好在 <a href="http://www.webappers.com/2008/10/15/blackbird-open-source-javascript-logging-utility/" target="_self">webappers</a> 发现了 <a href="http://www.gscottolson.com/blackbirdjs/" target="_self">Blackbird </a>提供一种非常酷的 JavaScript 调试信息显示方法。直接让我告别了 alert() 时代。:)</p>
<p><a href="http://www.gscottolson.com/blackbirdjs/" target="_self">Blackbird</a> 支持当前的主流版本浏览器（IE 6+，Firefox 2+，Safari 2+，Opera 9.5），可以区别输入 debug，info，warn，error，profile。同时可以通过热键来控制显示/隐藏，情况记录调试信息等操作！<br />
使用方法也很简单，加载 js 和 css 文件并加载到 header 区域，直接使用就可以输出调试信息：</p>
<pre lang="javascript" line="1" colla="+">
log.debug( 'this is a debug message' );
log.info( 'this is an info message' );
log.warn( 'this is a warning message' );
log.error( 'this is an error message' );
</pre>
<p>演示：<a href="http://www.gscottolson.com/blackbirdjs/"  target="_self">http://www.gscottolson.com/blackbirdjs/</a></p>
<p>下载：<a href="http://blackbirdjs.googlecode.com/">当前版本 blackbirdjs v1.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://icyleaf.com/2008/10/blackbird-javascript-debugging-on-the-alert-shui-baibai/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

