<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>How to Parse (File, Package, Function Name) from a Stack Trace in ActionScript (AS3)</title>
		<description>Comments for How to Parse (File, Package, Function Name) from a Stack Trace in ActionScript (AS3) at http://www.actionscript-flash-guru.com , comment 1 to 5 out of 5 comments</description>
		<link>http://www.actionscript-flash-guru.com</link>
		<lastBuildDate>Sat, 04 Sep 2010 23:01:32 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>...</title>
			<link>http://www.actionscript-flash-guru.com/blog/18-parse-file-package-function-name-from-stack-trace-in-actionscript-as3#comment-61</link>
			<description>Really appreciate your parsing solution; we built a utility class around it that helps give context to where trace statements are coming from when developing and debugging. Check it out. Thanks! 

Here's the URL to the utility class that makes use of this: http://blog.unionstudio.net/2010/04/tracer-as-will-turn-you-into-an-error-crushing-debugging-juggernaut/ - Jay</description>
			<pubDate>Mon, 26 Apr 2010 05:58:31 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.actionscript-flash-guru.com/blog/18-parse-file-package-function-name-from-stack-trace-in-actionscript-as3#comment-58</link>
			<description>I use this class in flash builder. and things work most of the time. Thanks

However, when a class is the root/default package, no data is found. Also I wish I would get the line number too.

Error: ah an error
    at test::Main()[/Users/...   .../src/test/Main.as:20]

vs

Error: ah an error
    at Main()[/Users/...   .../src/test/Main.as:20]

does not work - bas</description>
			<pubDate>Wed, 07 Apr 2010 18:47:34 +0100</pubDate>
		</item>
		<item>
			<title>console</title>
			<link>http://www.actionscript-flash-guru.com/blog/18-parse-file-package-function-name-from-stack-trace-in-actionscript-as3#comment-30</link>
			<description>thank you - sharedtut</description>
			<pubDate>Thu, 21 Jan 2010 14:45:30 +0100</pubDate>
		</item>
		<item>
			<title>Code Updated</title>
			<link>http://www.actionscript-flash-guru.com/blog/18-parse-file-package-function-name-from-stack-trace-in-actionscript-as3#comment-16</link>
			<description>Code has been updated to not fail in the debugger. - Nicholas</description>
			<pubDate>Tue, 05 Jan 2010 13:26:38 +0100</pubDate>
		</item>
		<item>
			<title>Thanks Jay  you also might want to look at my debugging tools Fireflash</title>
			<link>http://www.actionscript-flash-guru.com/blog/18-parse-file-package-function-name-from-stack-trace-in-actionscript-as3#comment-62</link>
			<description>Building you're own debug tools? Save your self some work and look at [url]http://www.actionscript-flash-guru.com/blog/21-fireflash-firebug-console-for-flash[/url] Users who come across this post are often looking to create their own debug tools in the interest of saving them time they should check out Fireflash at the link provided. It is a tool that does advanced tracing in the flash/flex IDE console and also feeds debugging information out to the popular Firebug console which is awesome for debugging web applications that have interdependencies between Javascript and ActionScript 3.0 (AS3). Fireflash is unique in the fact that it allows you to browse public properties of a traced object and in turn you can open each property and view all of their properties. Peace. - nicholas</description>
			<pubDate>Fri, 01 Jan 2010 04:10:57 +0100</pubDate>
		</item>
	</channel>
</rss>
