<?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>Kommentare zu: How to debug PHP with Firebug</title>
	<atom:link href="http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/</link>
	<description>what&#039;s moving me</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:07:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: Debug PHP en Firebug &#124; Viviendo en la era digital &#124; Max Villegas</title>
		<link>http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-21975</link>
		<dc:creator>Debug PHP en Firebug &#124; Viviendo en la era digital &#124; Max Villegas</dc:creator>
		<pubDate>Sat, 06 Sep 2008 02:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-21975</guid>
		<description>[...] conseguir un depurador que pudiese usar con Firebug, me propuse crear uno, pero en eso encontré un pequeño script que hizo la [...]</description>
		<content:encoded><![CDATA[<p>[...] conseguir un depurador que pudiese usar con Firebug, me propuse crear uno, pero en eso encontré un pequeño script que hizo la [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: DrTebi</title>
		<link>http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-16868</link>
		<dc:creator>DrTebi</dc:creator>
		<pubDate>Fri, 16 May 2008 22:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-16868</guid>
		<description>I just had the same idea, googled to see if someone already did it, and here I am...

A couple ideas:

1) You could also log all errors, not only exceptions, to the console. That would allow you to debug production sites, without the visitor even noticing (unless of course, they have Firebug open). This is a very simple function that I use to do so:

// Errors learn Greek (become Exceptions) 
function errors_learn_greek($severity, $message, $filename, $lineno) { 
  throw new ErrorException($message, 0, $severity, $filename, $lineno); 
}
set_error_handler(&#039;errors_learn_greek&#039;);


2) Instead of using a bunch of preg_replace, wouldn&#039;t it be  possible to do this &quot;hard work&quot; on the client side, with a script that decodes JSON objects? I haven&#039;t checked into this much yet, but I will. This would also take some load off your server (and hand it to the client, oh well).

Thanks for your efforts!</description>
		<content:encoded><![CDATA[<p>I just had the same idea, googled to see if someone already did it, and here I am&#8230;</p>
<p>A couple ideas:</p>
<p>1) You could also log all errors, not only exceptions, to the console. That would allow you to debug production sites, without the visitor even noticing (unless of course, they have Firebug open). This is a very simple function that I use to do so:</p>
<p>// Errors learn Greek (become Exceptions)<br />
function errors_learn_greek($severity, $message, $filename, $lineno) {<br />
  throw new ErrorException($message, 0, $severity, $filename, $lineno);<br />
}<br />
set_error_handler(&#8216;errors_learn_greek&#8217;);</p>
<p>2) Instead of using a bunch of preg_replace, wouldn&#8217;t it be  possible to do this &#8220;hard work&#8221; on the client side, with a script that decodes JSON objects? I haven&#8217;t checked into this much yet, but I will. This would also take some load off your server (and hand it to the client, oh well).</p>
<p>Thanks for your efforts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Mithun P Sreedharan</title>
		<link>http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-15051</link>
		<dc:creator>Mithun P Sreedharan</dc:creator>
		<pubDate>Thu, 17 Apr 2008 08:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-15051</guid>
		<description>Very informative tutorial.</description>
		<content:encoded><![CDATA[<p>Very informative tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: roScripts &#45; Webmaster resources and websites</title>
		<link>http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-14966</link>
		<dc:creator>roScripts &#45; Webmaster resources and websites</dc:creator>
		<pubDate>Tue, 15 Apr 2008 22:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-14966</guid>
		<description>&lt;strong&gt;Mathias Bank &#xBB; How to debug PHP with Firebug...&lt;/strong&gt;

Mathias Bank &#xBB; How to debug PHP with Firebug...</description>
		<content:encoded><![CDATA[<p><strong>Mathias Bank &#xBB; How to debug PHP with Firebug&#8230;</strong></p>
<p>Mathias Bank &#xBB; How to debug PHP with Firebug&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Ozh</title>
		<link>http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-14919</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Mon, 14 Apr 2008 19:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-14919</guid>
		<description>Brilliant &amp; simple. Love it.</description>
		<content:encoded><![CDATA[<p>Brilliant &amp; simple. Love it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Billco</title>
		<link>http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-14915</link>
		<dc:creator>Billco</dc:creator>
		<pubDate>Mon, 14 Apr 2008 16:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-14915</guid>
		<description>I&#039;ll second Travis, so simple, yet so immensely useful.  I&#039;ll be using this a LOT :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ll second Travis, so simple, yet so immensely useful.  I&#8217;ll be using this a LOT <img src='http://www.mathias-bank.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Everything about Firebug - 21 Great Resources &#187; Blog at veanndesign.com</title>
		<link>http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-14814</link>
		<dc:creator>Everything about Firebug - 21 Great Resources &#187; Blog at veanndesign.com</dc:creator>
		<pubDate>Sat, 12 Apr 2008 20:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-14814</guid>
		<description>[...] How to debug PHP with Firebug by Mathias Bank [...]</description>
		<content:encoded><![CDATA[<p>[...] How to debug PHP with Firebug by Mathias Bank [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Albert</title>
		<link>http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-10360</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Fri, 11 May 2007 11:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-10360</guid>
		<description>You might also want to check out xdump, which is kind of like a friendlier version of var_dump:

http://code.google.com/p/xdump/</description>
		<content:encoded><![CDATA[<p>You might also want to check out xdump, which is kind of like a friendlier version of var_dump:</p>
<p><a href="http://code.google.com/p/xdump/" rel="nofollow">http://code.google.com/p/xdump/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Docunext Tech Stuff &#187; Blog Archive &#187; Debug PHP with Firebug!</title>
		<link>http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-10361</link>
		<dc:creator>Docunext Tech Stuff &#187; Blog Archive &#187; Debug PHP with Firebug!</dc:creator>
		<pubDate>Thu, 10 May 2007 13:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-10361</guid>
		<description>[...] http://forenblogger.de/2007/02/14/how-to-debug-php-with-firebug/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://forenblogger.de/2007/02/14/how-to-debug-php-with-firebug/" rel="nofollow">http://forenblogger.de/2007/02/14/how-to-debug-php-with-firebug/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Travis Swicegood</title>
		<link>http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-10362</link>
		<dc:creator>Travis Swicegood</dc:creator>
		<pubDate>Thu, 10 May 2007 04:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2007/02/14/how-to-debug-php-with-firebug/#comment-10362</guid>
		<description>That falls into the &quot;why didn&#039;t I think of that?&quot; category.  Very cool idea.</description>
		<content:encoded><![CDATA[<p>That falls into the &#8220;why didn&#8217;t I think of that?&#8221; category.  Very cool idea.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

