<?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: Smarty Debug with Firebug</title>
	<atom:link href="http://www.garrickcheung.com/javascript/smarty-debug-with-firebug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.garrickcheung.com/javascript/smarty-debug-with-firebug/</link>
	<description>Sharing what I know and learn about CSS, MooTools, Javascript, PHP and etc.</description>
	<lastBuildDate>Tue, 31 Jan 2012 09:41:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Garrick</title>
		<link>http://www.garrickcheung.com/javascript/smarty-debug-with-firebug/comment-page-1/#comment-58081</link>
		<dc:creator>Garrick</dc:creator>
		<pubDate>Tue, 10 May 2011 21:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=314#comment-58081</guid>
		<description>@Azzer, @Safwen: Smarty_debug is a function that is defined in the smarty debug tpl file. Since you&#039;re getting the error, then it means you&#039;re not loading the correct file or portion of the file.

If you&#039;re still getting the regular Smarty Debug window that pops open on every page load, you know for sure it&#039;s not loading the correct code.

I suggest going back to make sure you&#039;re loading the correct file. Also, make sure to check the $_smarty_debug_output variable. At the top of the code snippet, you&#039;ll notice that the code is doing a check to see if it $_smarty_debug_output == &#039;html&#039;. If $_smarty_debug_output isset and == &#039;html&#039; then it will print out the Smarty Debug window code.</description>
		<content:encoded><![CDATA[<p>@Azzer, @Safwen: Smarty_debug is a function that is defined in the smarty debug tpl file. Since you&#8217;re getting the error, then it means you&#8217;re not loading the correct file or portion of the file.</p>
<p>If you&#8217;re still getting the regular Smarty Debug window that pops open on every page load, you know for sure it&#8217;s not loading the correct code.</p>
<p>I suggest going back to make sure you&#8217;re loading the correct file. Also, make sure to check the $_smarty_debug_output variable. At the top of the code snippet, you&#8217;ll notice that the code is doing a check to see if it $_smarty_debug_output == &#8216;html&#8217;. If $_smarty_debug_output isset and == &#8216;html&#8217; then it will print out the Smarty Debug window code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Safwen</title>
		<link>http://www.garrickcheung.com/javascript/smarty-debug-with-firebug/comment-page-1/#comment-58060</link>
		<dc:creator>Safwen</dc:creator>
		<pubDate>Tue, 10 May 2011 18:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=314#comment-58060</guid>
		<description>Hi,
Very interesting stuff :)
But I can&#039;t make it working :(
I got alway this error message:
&gt;&gt;&gt; Smarty_debug();
ReferenceError: Smarty_debug is not defined.
Could you please explain what to do exactly with the above code source? Where to copy this code?
What about debugging prestashop with firebug?
Thanks a lot
BR,</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Very interesting stuff <img src='http://www.garrickcheung.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
But I can&#8217;t make it working <img src='http://www.garrickcheung.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I got alway this error message:<br />
&gt;&gt;&gt; Smarty_debug();<br />
ReferenceError: Smarty_debug is not defined.<br />
Could you please explain what to do exactly with the above code source? Where to copy this code?<br />
What about debugging prestashop with firebug?<br />
Thanks a lot<br />
BR,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azzer</title>
		<link>http://www.garrickcheung.com/javascript/smarty-debug-with-firebug/comment-page-1/#comment-24502</link>
		<dc:creator>Azzer</dc:creator>
		<pubDate>Mon, 22 Nov 2010 13:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=314#comment-24502</guid>
		<description>Hi I placed the above code in debug.tpl, set $debugging to true but got the following error when typing Smarty_debug(true); in the firebug console:
 ReferenceError: Smarty_debug is not defined { message=&quot;Smarty_debug is not defined&quot;,  more...}

Did I missed something? I am using Smarty 2.6.26, Firebug 1.5.4</description>
		<content:encoded><![CDATA[<p>Hi I placed the above code in debug.tpl, set $debugging to true but got the following error when typing Smarty_debug(true); in the firebug console:<br />
 ReferenceError: Smarty_debug is not defined { message=&#8221;Smarty_debug is not defined&#8221;,  more&#8230;}</p>
<p>Did I missed something? I am using Smarty 2.6.26, Firebug 1.5.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Sjåstad</title>
		<link>http://www.garrickcheung.com/javascript/smarty-debug-with-firebug/comment-page-1/#comment-21156</link>
		<dc:creator>Martin Sjåstad</dc:creator>
		<pubDate>Tue, 02 Nov 2010 13:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=314#comment-21156</guid>
		<description>@Garrick: Yes it has, the only thing now is to actually understand the code that produces all of this smarty awesomeness :)

Thanks for this tip!!</description>
		<content:encoded><![CDATA[<p>@Garrick: Yes it has, the only thing now is to actually understand the code that produces all of this smarty awesomeness <img src='http://www.garrickcheung.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for this tip!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrick</title>
		<link>http://www.garrickcheung.com/javascript/smarty-debug-with-firebug/comment-page-1/#comment-20473</link>
		<dc:creator>Garrick</dc:creator>
		<pubDate>Fri, 29 Oct 2010 08:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=314#comment-20473</guid>
		<description>@Martin Sjåstad: No problem. Honest mistake. I hope this has been helpful.</description>
		<content:encoded><![CDATA[<p>@Martin Sjåstad: No problem. Honest mistake. I hope this has been helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Sjåstad</title>
		<link>http://www.garrickcheung.com/javascript/smarty-debug-with-firebug/comment-page-1/#comment-20283</link>
		<dc:creator>Martin Sjåstad</dc:creator>
		<pubDate>Thu, 28 Oct 2010 09:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=314#comment-20283</guid>
		<description>I am half blind...
Didn&#039;t read the comment in the Smarty_debug(); line

&quot;Write this in your firebug console&quot;...
Doooohh!!

Thanks!!!</description>
		<content:encoded><![CDATA[<p>I am half blind&#8230;<br />
Didn&#8217;t read the comment in the Smarty_debug(); line</p>
<p>&#8220;Write this in your firebug console&#8221;&#8230;<br />
Doooohh!!</p>
<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Sjåstad</title>
		<link>http://www.garrickcheung.com/javascript/smarty-debug-with-firebug/comment-page-1/#comment-20281</link>
		<dc:creator>Martin Sjåstad</dc:creator>
		<pubDate>Thu, 28 Oct 2010 08:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=314#comment-20281</guid>
		<description>I am struggling a little bit with how to get this to work..
Where do I put Smarty_debug(true);??

Thanks!</description>
		<content:encoded><![CDATA[<p>I am struggling a little bit with how to get this to work..<br />
Where do I put Smarty_debug(true);??</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Ultimate Prestashop Module and Theme Development Tool &#124; Development Resources &#124; eCartService.net</title>
		<link>http://www.garrickcheung.com/javascript/smarty-debug-with-firebug/comment-page-1/#comment-9582</link>
		<dc:creator>The Ultimate Prestashop Module and Theme Development Tool &#124; Development Resources &#124; eCartService.net</dc:creator>
		<pubDate>Wed, 06 Jan 2010 14:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=314#comment-9582</guid>
		<description>[...] do when pondering a particularly awkward programming challenge, I came across an excellent post on smarty debug with FireBug. This inspired me to pull together a Prestashop module to allow store owners, designers and [...]</description>
		<content:encoded><![CDATA[<p>[...] do when pondering a particularly awkward programming challenge, I came across an excellent post on smarty debug with FireBug. This inspired me to pull together a Prestashop module to allow store owners, designers and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

