<?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>Webmonkey &#187; debug</title>
    <atom:link href="http://www.webmonkey.com/tag/debug/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Fri, 05 Apr 2013 20:20:46 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>Blackbird Tool Makes JavaScript Alert() Debugging Obsolete</title>
        <link>http://www.webmonkey.com/2008/10/blackbird_adds_log_debugger_to_replace_alert/</link>
        <comments>http://www.webmonkey.com/2008/10/blackbird_adds_log_debugger_to_replace_alert/#comments</comments>
        <pubDate>Fri, 17 Oct 2008 01:27:39 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/blackbirdtoolmakesjavascriptalertdebuggingobsolete</guid>
        		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[Blackbird]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[firebug]]></category>
        <description><![CDATA[If you&#8217;re debugging JavaScript, you&#8217;ll probably be interested in something a little more comprehensive than alert(). Blackbird adds some control and specificity to the debugging messages you install into your code to see if it is working. It also makes the debugging window a little more controllable than the error message that pops up for [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.webmonkey.com/mediawiki/images/BlackbirdWindow.jpg" />If you&#8217;re debugging JavaScript, you&#8217;ll probably be interested in something a little more comprehensive than <code>alert()</code>. <a href="http://www.gscottolson.com/blackbirdjs/">Blackbird</a> adds some control and specificity to the debugging messages you install into your code to see if it is working. It also makes the debugging window a little more controllable than the error message that pops up for an <code>alert()</code>.</p>
<p>It does so by adding a floating black table (seen to the right) that you can use to log different errors and data points throughout your code. It makes debugging a cinch, and it helps you figure out what you&#8217;re doing wrong in a much more visible manner than adding alerts.</p>
<p>Blackbird is installed by adding a link in your page to some lightweight, downloadable JavaScript and CSS. Open the pop-up logging window using the F2 key. Other F2 variations will move the window, make it larger and close it.</p>
<p>The developers of blackbird promise you&#8217;ll never use <code>alert()</code> again. Check out the <a href="http://www.gscottolson.com/blackbirdjs">Blackbird webpage</a> for code and live examples of the coding box and the kind of messages you can install in your page.</p>
<p>This isn&#8217;t a replacement for other debugging tools, like Firebug. However, unlike Firebug and like HTML design debugging tool <a href="http://westciv.com/xray/">XRAY</a> or <a href="http://getfirebug.com/lite.html">Firebug Lite</a>, it works over any modern browser without a software installation.</p>
<p><strong>See Also</strong></p>
<ul>
<li><a href="/2010/02/JavaScript_Debugging_for_Beginners">Webmonkey Tutorial: JavaScript Debugging for Beginners</a></li>
<li><a href="/2010/02/Debug_JavaScript_With_Venkman">Debug JavaScript With Venkman</a></li>
<li><a href="http://www.webmonkey.com/blog/Firebug_Lite:_Debugging_Tools_That_Work_in_Any_Browser">Firebug Lite: Debugging Tools That Work in Any Browser</a></li>
<li><a href="http://www.webmonkey.com/blog/Dragonfly:_Opera_Releases_Free_Developer_Tools">Dragonfly: Opera Releases Free Developer Tools</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/10/blackbird_adds_log_debugger_to_replace_alert/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Latest Firebug Beta Works in Firefox 3</title>
        <link>http://www.webmonkey.com/2008/07/latest_firebug_beta_works_in_firefox_3/</link>
        <comments>http://www.webmonkey.com/2008/07/latest_firebug_beta_works_in_firefox_3/#comments</comments>
        <pubDate>Tue, 01 Jul 2008 22:03:00 +0000</pubDate>

                <dc:creator>Adam Duvander</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/firebugbetaworksinfirefox3</guid>
        		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[JavaScript]]></category>
        <description><![CDATA[Developers staying with Firefox 2 for its Firebug support should check out the popular extension&#8217;s latest beta. Early versions of Firefox 3 did not play well with Firebug, which reaches deep into the browser&#8217;s internals. Many developers chose to stick with the older version of Firefox, despite the new features available in Firefox 3. Firebug [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://blog.wired.com/photos/uncategorized/2008/04/08/bug.jpg" alt="Firebug bug logo" /></p>
<p>Developers staying with Firefox 2 for its Firebug support should check out the popular extension&#8217;s latest beta.</p>
<p>Early versions of Firefox 3 did not play well with Firebug, which reaches deep into the browser&#8217;s internals. Many developers chose to stick with the older version of Firefox, despite the <a href="http://www.webmonkey.com/blog/Why_You_Should_Download_Firefox_3_Right_Now">new features available in Firefox 3</a>.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug 1.2 Beta</a> has been available for a few weeks and is receiving a much better response. Developers have noted a few issues (it&#8217;s <em>beta</em>, after all), but very little crashing and burning, as seen prior to the official release of Firefox 3.</p>
<p>Firebug is a web development tool for tweaking CSS, debugging JavaScript and more. It is like juiced-up &#8220;view source&#8221; for seeing how others put a site together. Firebug really shines when used to streamline your own development.</p>
<p>Give this Beta a shot and let us know how it works for you.</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Extension_Developers_Race_to_Support_Firefox_3">Extension Developers Race to Support Firefox 3</a></li>
<li><a href="http://www.webmonkey.com/blog/Firebug_1DOT2_Is_in_Alpha">Firebug 1.2 Is in Alpha</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/07/latest_firebug_beta_works_in_firefox_3/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    </channel>
</rss>