<?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; debugging</title>
    <atom:link href="http://www.webmonkey.com/tag/debugging/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Mon, 06 May 2013 17:29:19 +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>Simplify Django Debugging With New Toolbar</title>
        <link>http://www.webmonkey.com/2008/09/simplify_django_debugging_with_new_toolbar/</link>
        <comments>http://www.webmonkey.com/2008/09/simplify_django_debugging_with_new_toolbar/#comments</comments>
        <pubDate>Mon, 22 Sep 2008 00:05:40 +0000</pubDate>

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

        <guid isPermaLink="false">http://www.webmonkey.com/blog/simplifydjangodebuggingwithnewtoolbar</guid>
        		<category><![CDATA[Programming]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[django]]></category>
        <description><![CDATA[Django developer Rob Hudson has built an extensible Django Debug Toolbar for viewing common information, such as HTTP headers and SQL queries. When installed and enabled, the toolbar takes up less than thirty pixels at the top of the screen. You can click one of the panels (there are currently seven available) and an overlay [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://howto.wired.com/mediawiki/images/Django-toolbar.png" alt="Django toolbar in action" class="full" /></p>
<p>Django developer Rob Hudson has built an extensible <a href="http://rob.cogit8.org/blog/2008/Sep/19/introducing-django-debug-toolbar/">Django Debug Toolbar</a> for viewing common information, such as HTTP headers and SQL queries. When installed and enabled, the toolbar takes up less than thirty pixels at the top of the screen. You can click one of the panels (there are currently seven available) and an overlay opens for that panel.</p>
<p>The inspiration came from the <a href="http://www.symfony-project.org/">Symfony Project</a>, a PHP framework. Hudson announced his project after Cal Henderson showed something similar for Pownce at DjangoCon during Henderson&#8217;s <a href="http://www.webmonkey.com/blog/DjangoCon:_Flickr_s_Cal_Henderson_Hates_Django">Why I Hate Django</a> talk. Later, Hudson <a href="http://www.davidcramer.net/code/280/django-debug-toolbar.html">collaborated with fellow developer David Cramer</a>, so the toolbar grew out of the Django community.</p>
<p>One of the coolest things about the project is that each panel is separate. So, if you don&#8217;t want the one that shows the current version, you don&#8217;t have to include it. Even better, if it&#8217;s missing functionality you want, or there&#8217;s something specific to your project you want to show in the debug toolbar, you can write your own panel.</p>
<p>Unlike many of the toolbars we see, this one is not installed in the browser. It resides on the same server as your Django installation. It&#8217;s meant for developers, not end-users, so it only shows when it matches the IP addresses added to the INTERNAL_IPS Django setting.</p>
<p>[Screenshot by David Cramer]</p>
<p><strong>See also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/DjangoCon_Video_Coverage_Now_Online">DjangoCon Video Coverage Now Online</a></li>
<li><a href="http://www.webmonkey.com/blog/Django_Deemed_Perfect__Goes_1DOT0">Django Deemed Perfect, Goes 1.0</a></li>
<li><a href="/2010/02/Get_Started_With_Django">Tutorial: Get Started With Django </a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/09/simplify_django_debugging_with_new_toolbar/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

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