<?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: Debugging in ActionScript 3.0 &#8211; Part 2 &#8211; Objects Tutorial</title>
	<atom:link href="http://www.flashdev.ca/article/trace-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashdev.ca/article/trace-objects/</link>
	<description>Web developer specializing in rich internet applications. Located in Calgary, Alberta, Canada</description>
	<lastBuildDate>Mon, 17 Jan 2011 16:45:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: dave0511</title>
		<link>http://www.flashdev.ca/article/trace-objects/comment-page-1/#comment-159292</link>
		<dc:creator>dave0511</dc:creator>
		<pubDate>Mon, 29 Mar 2010 12:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdev.ca/?p=10#comment-159292</guid>
		<description>Need something recursive for complex objects.

FYI ...AS2.0&#039;s ObjectDumper was horribly flawed in that it didn&#039;t enumerate nameValue pairs at the root level, which of course is the very definition of an associative array, and which are a part of hybrid arrays.  ie - trace(ObjectDumper.toString({a:&quot;aVal&quot;,b:123,c:[1,2,&quot;abc&quot;],d:{a1:&quot;bleah&quot;},e:&quot;ack&quot;})) would output nothing - at one point causing me incredible grief thinking my code was faulty when it was actually OjbectDumper.</description>
		<content:encoded><![CDATA[<p>Need something recursive for complex objects.</p>
<p>FYI &#8230;AS2.0&#8242;s ObjectDumper was horribly flawed in that it didn&#8217;t enumerate nameValue pairs at the root level, which of course is the very definition of an associative array, and which are a part of hybrid arrays.  ie &#8211; trace(ObjectDumper.toString({a:&#8221;aVal&#8221;,b:123,c:[1,2,"abc"],d:{a1:&#8221;bleah&#8221;},e:&#8221;ack&#8221;})) would output nothing &#8211; at one point causing me incredible grief thinking my code was faulty when it was actually OjbectDumper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: proxykitten</title>
		<link>http://www.flashdev.ca/article/trace-objects/comment-page-1/#comment-149155</link>
		<dc:creator>proxykitten</dc:creator>
		<pubDate>Fri, 10 Jul 2009 15:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdev.ca/?p=10#comment-149155</guid>
		<description>Super helpful -- was looking for something this simple to trace through what&#039;s tracked in an eventListener. Perfect.</description>
		<content:encoded><![CDATA[<p>Super helpful &#8212; was looking for something this simple to trace through what&#8217;s tracked in an eventListener. Perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexS</title>
		<link>http://www.flashdev.ca/article/trace-objects/comment-page-1/#comment-25837</link>
		<dc:creator>AlexS</dc:creator>
		<pubDate>Tue, 28 Aug 2007 00:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdev.ca/?p=10#comment-25837</guid>
		<description>Fraser, thank you for such a useful stuff on learning AS3.

I&#039;ve just got confused about this line of code.
for (var i in myObj) {

How does it really works? It seems that it repeats action depending on how many variables we have inside the myObj... 

If we want to trace child movieClip objects of the myObj how should we act?</description>
		<content:encoded><![CDATA[<p>Fraser, thank you for such a useful stuff on learning AS3.</p>
<p>I&#8217;ve just got confused about this line of code.<br />
for (var i in myObj) {</p>
<p>How does it really works? It seems that it repeats action depending on how many variables we have inside the myObj&#8230; </p>
<p>If we want to trace child movieClip objects of the myObj how should we act?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

