<?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: MTASC-2-Firebug improved!</title>
	<atom:link href="http://manfred.dschini.org/2007/03/15/mtasc-2-firebug-improved/feed/" rel="self" type="application/rss+xml" />
	<link>http://manfred.dschini.org/2007/03/15/mtasc-2-firebug-improved/</link>
	<description></description>
	<pubDate>Wed, 07 Jan 2009 13:28:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Useful links for debugging/tracing your ActionScript Apps &#171; SharpStyle Neutron</title>
		<link>http://manfred.dschini.org/2007/03/15/mtasc-2-firebug-improved/#comment-8948</link>
		<dc:creator>Useful links for debugging/tracing your ActionScript Apps &#171; SharpStyle Neutron</dc:creator>
		<pubDate>Mon, 09 Apr 2007 20:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://manfred.dschini.org/2007/03/15/mtasc-2-firebug-improved/#comment-8948</guid>
		<description>[...] If you are using Firebug (see my post here: Firebug &#8212; web development evolved), you might be interested in the following: MTASC-2-Firebug improved! [...]</description>
		<content:encoded><![CDATA[<p>[...] If you are using Firebug (see my post here: Firebug &#8212; web development evolved), you might be interested in the following: MTASC-2-Firebug improved! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfred Weber</title>
		<link>http://manfred.dschini.org/2007/03/15/mtasc-2-firebug-improved/#comment-5644</link>
		<dc:creator>Manfred Weber</dc:creator>
		<pubDate>Mon, 19 Mar 2007 07:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://manfred.dschini.org/2007/03/15/mtasc-2-firebug-improved/#comment-5644</guid>
		<description>Add this to Debug.as to trace MovieClips:
&lt;pre lang="Actionscript"&gt;
case 'movieclip':
  var _mcs = new Array();
  for(var i in obj){
    _mcs.push({MovieClip:String(obj[i]),Depth:obj[i].getDepth()});//[obj[i].getDepth()]=String(obj[i]);
  }
  jsCommand  = 'console.dir('   JSON.stringify(_mcs)  ');';
  delete _mcs;
  break;

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Add this to Debug.as to trace MovieClips:</p>
<pre lang="Actionscript">
case 'movieclip':
  var _mcs = new Array();
  for(var i in obj){
    _mcs.push({MovieClip:String(obj[i]),Depth:obj[i].getDepth()});//[obj[i].getDepth()]=String(obj[i]);
  }
  jsCommand  = 'console.dir('   JSON.stringify(_mcs)  ');';
  delete _mcs;
  break;
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
