<?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"
	>
<channel>
	<title>Comments on: Dump Debug Method (Like var_dump Function in PHP) and Debug Class</title>
	<atom:link href="http://www.flexer.info/2008/06/25/dump-debug-method-like-var_dump-function-in-php-and-debug-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2008/06/25/dump-debug-method-like-var_dump-function-in-php-and-debug-class/</link>
	<description>flex developers web corner</description>
	<pubDate>Sat, 22 Nov 2008 00:49:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/06/25/dump-debug-method-like-var_dump-function-in-php-and-debug-class/#comment-332</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Thu, 26 Jun 2008 06:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=212#comment-332</guid>
		<description>Thanks for comment. &lt;b&gt;ObjectUtil.toString&lt;/b&gt; is very helpful but has some differences...
&lt;ul class="ul"&gt;
&lt;li&gt;doesn't calculate the number of children&lt;/li&gt;
&lt;li&gt;doesn't display all data types (XML data is not displayed)&lt;/li&gt;
&lt;li&gt;doesn't display the data type of the leafs&lt;/li&gt;
&lt;li&gt;if you want to dump more than one object you have to put all your objects into an array&lt;/li&gt;
&lt;/ul&gt;
...but these are not major drawbacks so use &lt;b&gt;ObjectUtil.toString&lt;/b&gt; with confidence.</description>
		<content:encoded><![CDATA[<p>Thanks for comment. <b>ObjectUtil.toString</b> is very helpful but has some differences&#8230;</p>
<ul class="ul">
<li>doesn&#8217;t calculate the number of children</li>
<li>doesn&#8217;t display all data types (XML data is not displayed)</li>
<li>doesn&#8217;t display the data type of the leafs</li>
<li>if you want to dump more than one object you have to put all your objects into an array</li>
</ul>
<p>&#8230;but these are not major drawbacks so use <b>ObjectUtil.toString</b> with confidence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TiTerm</title>
		<link>http://www.flexer.info/2008/06/25/dump-debug-method-like-var_dump-function-in-php-and-debug-class/#comment-331</link>
		<dc:creator>TiTerm</dc:creator>
		<pubDate>Wed, 25 Jun 2008 13:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=212#comment-331</guid>
		<description>nice try,

you can also do  ObjectUtil.toString(testdata), it will give you same result with regular lib.</description>
		<content:encoded><![CDATA[<p>nice try,</p>
<p>you can also do  ObjectUtil.toString(testdata), it will give you same result with regular lib.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
