<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Ajax Debugging with Firebug</title>
	<atom:link href="http://ajaxian.com/archives/ajax-debugging-with-firebug/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ajax-debugging-with-firebug</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: adit</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-255433</link>
		<dc:creator>adit</dc:creator>
		<pubDate>Thu, 13 Sep 2007 03:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-255433</guid>
		<description>firebug is  very useful, indeed, but since Firefox 2.0.0.3 on my Mac OS X 10.4.10 often hangs or crash, i am frustating about it, it is possible firefox will be released as Firefox Extension ?, so i can use it without firefox browser (eg. camino)</description>
		<content:encoded><![CDATA[<p>firebug is  very useful, indeed, but since Firefox 2.0.0.3 on my Mac OS X 10.4.10 often hangs or crash, i am frustating about it, it is possible firefox will be released as Firefox Extension ?, so i can use it without firefox browser (eg. camino)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spoon</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-252445</link>
		<dc:creator>Spoon</dc:creator>
		<pubDate>Mon, 09 Jul 2007 00:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-252445</guid>
		<description>I saw an article where someone made enhancements to Firebug to allow PHP debugging. Firebug is open source, so I think if one knows XUL/XPCOM, they could add the save functionality if they wanted. 

Personally, I have no clue where to begin to try an figure out how to add this; is it C, XPCOM, both? Why was this not already added? Is it a security issue to protect potential copyright material? I just don&#039;t know.

But I think Firebug will only get more powerful as time goes one. There is already a CMS that I saw on google, that saves Firebug changes.

There don&#039;t yet seem to be an intuitive way to use Firefox for saving changes, I guess if there was something that is breaking your code, you just need to fix it as usual...Firebug plays the &quot;Fire alarm&quot; which beats alert();</description>
		<content:encoded><![CDATA[<p>I saw an article where someone made enhancements to Firebug to allow PHP debugging. Firebug is open source, so I think if one knows XUL/XPCOM, they could add the save functionality if they wanted. </p>
<p>Personally, I have no clue where to begin to try an figure out how to add this; is it C, XPCOM, both? Why was this not already added? Is it a security issue to protect potential copyright material? I just don&#8217;t know.</p>
<p>But I think Firebug will only get more powerful as time goes one. There is already a CMS that I saw on google, that saves Firebug changes.</p>
<p>There don&#8217;t yet seem to be an intuitive way to use Firefox for saving changes, I guess if there was something that is breaking your code, you just need to fix it as usual&#8230;Firebug plays the &#8220;Fire alarm&#8221; which beats alert();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: magic</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-247332</link>
		<dc:creator>magic</dc:creator>
		<pubDate>Sun, 18 Feb 2007 05:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-247332</guid>
		<description>I&#039;m just a humble non tech blogger, who loves firebug and what it can do but can not figure out how to save changes made in firebug sessions. I&#039;m bogging in google blogger which has a window for editing the html template file. What I&#039;ve been doing  is using firebug to identify what I need to do, then jumping into the blogger window to implement the changes. this is obviously very unproductive (but still better than not having firebug at all.) Forgive my ignorance and lack of techo wisdom, I&#039;m just a humble etc etc.  Can someone please help me. 
cheers
Steve</description>
		<content:encoded><![CDATA[<p>I&#8217;m just a humble non tech blogger, who loves firebug and what it can do but can not figure out how to save changes made in firebug sessions. I&#8217;m bogging in google blogger which has a window for editing the html template file. What I&#8217;ve been doing  is using firebug to identify what I need to do, then jumping into the blogger window to implement the changes. this is obviously very unproductive (but still better than not having firebug at all.) Forgive my ignorance and lack of techo wisdom, I&#8217;m just a humble etc etc.  Can someone please help me.<br />
cheers<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-246393</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Mon, 22 Jan 2007 08:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-246393</guid>
		<description>I&#039;ve written a handy Greasemonkey script to switch on debugging in Dojo with Firebug on any page using Dojo, without having to change the source code.  Have a look here - http://shaneosullivan.wordpress.com/2007/01/12/greasemonkey-script-to-turn-on-firebug-debugging-for-dojo/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve written a handy Greasemonkey script to switch on debugging in Dojo with Firebug on any page using Dojo, without having to change the source code.  Have a look here &#8211; <a href="http://shaneosullivan.wordpress.com/2007/01/12/greasemonkey-script-to-turn-on-firebug-debugging-for-dojo/" rel="nofollow">http://shaneosullivan.wordpress.com/2007/01/12/greasemonkey-script-to-turn-on-firebug-debugging-for-dojo/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masklinn</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-246328</link>
		<dc:creator>Masklinn</dc:creator>
		<pubDate>Fri, 19 Jan 2007 11:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-246328</guid>
		<description>Kaitnieks said
&gt; I still prefer Microsoft Script Editor. Seriously.

Whoa...

May I know how that&#039;s possible?

I mean MSE doesn&#039;t even support JS debugging in the top level frame, is unclear to use (about as confusing as the ol&#039; Venkman at least, jumping up and down the stack is much more natural in Firebug for example), doesn&#039;t include profiling or console output support, completely freeses MSIE when open, doesn&#039;t handle conditional breakpoints, ...

Seriously, i&#039;d like to know how you can prefer MSE.</description>
		<content:encoded><![CDATA[<p>Kaitnieks said<br />
&gt; I still prefer Microsoft Script Editor. Seriously.</p>
<p>Whoa&#8230;</p>
<p>May I know how that&#8217;s possible?</p>
<p>I mean MSE doesn&#8217;t even support JS debugging in the top level frame, is unclear to use (about as confusing as the ol&#8217; Venkman at least, jumping up and down the stack is much more natural in Firebug for example), doesn&#8217;t include profiling or console output support, completely freeses MSIE when open, doesn&#8217;t handle conditional breakpoints, &#8230;</p>
<p>Seriously, i&#8217;d like to know how you can prefer MSE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sikifon</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-246323</link>
		<dc:creator>sikifon</dc:creator>
		<pubDate>Fri, 19 Jan 2007 07:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-246323</guid>
		<description>Very great tool!</description>
		<content:encoded><![CDATA[<p>Very great tool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaitnieks</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-246299</link>
		<dc:creator>Kaitnieks</dc:creator>
		<pubDate>Thu, 18 Jan 2007 21:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-246299</guid>
		<description>I still prefer Microsoft Script Editor. Seriously.</description>
		<content:encoded><![CDATA[<p>I still prefer Microsoft Script Editor. Seriously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-246295</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 18 Jan 2007 20:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-246295</guid>
		<description>Firebug is awesome. It saves me time from hunting down obscure errors and banging my head against the desk. The real-time updating lets me follow all the things firing on the screen and you can see how fast everything loads (great for optimizing)</description>
		<content:encoded><![CDATA[<p>Firebug is awesome. It saves me time from hunting down obscure errors and banging my head against the desk. The real-time updating lets me follow all the things firing on the screen and you can see how fast everything loads (great for optimizing)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrackWilding</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-246288</link>
		<dc:creator>CrackWilding</dc:creator>
		<pubDate>Thu, 18 Jan 2007 17:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-246288</guid>
		<description>It&#039;s hard for me to believe that I used to debug JS with nothing but the console.

I&#039;d also recommend the Web Developer&#039;s Toolbar, if you don&#039;t already have it. It&#039;s a nice complement to Firebug.</description>
		<content:encoded><![CDATA[<p>It&#8217;s hard for me to believe that I used to debug JS with nothing but the console.</p>
<p>I&#8217;d also recommend the Web Developer&#8217;s Toolbar, if you don&#8217;t already have it. It&#8217;s a nice complement to Firebug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-246286</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 18 Jan 2007 17:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-246286</guid>
		<description>I&#039;m a huge fan of FireBug, everybody who work with website be it Programmer, Designer or QA should have this tool installed.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a huge fan of FireBug, everybody who work with website be it Programmer, Designer or QA should have this tool installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asaris</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-246283</link>
		<dc:creator>asaris</dc:creator>
		<pubDate>Thu, 18 Jan 2007 17:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-246283</guid>
		<description>Must have tool for all web developers.
It speeds up developing of web pages very much.</description>
		<content:encoded><![CDATA[<p>Must have tool for all web developers.<br />
It speeds up developing of web pages very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cedric</title>
		<link>http://ajaxian.com/archives/ajax-debugging-with-firebug/comment-page-1#comment-246279</link>
		<dc:creator>cedric</dc:creator>
		<pubDate>Thu, 18 Jan 2007 16:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2028#comment-246279</guid>
		<description>That was a great article. There are some good time saving tips that you wouldn&#039;t know about just by playing with Firebug.</description>
		<content:encoded><![CDATA[<p>That was a great article. There are some good time saving tips that you wouldn&#8217;t know about just by playing with Firebug.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

