<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mark Ledford&#039;s Blog &#187; flex actionscript</title>
	<atom:link href="http://www.markledford.com/blog/tag/flex-actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markledford.com/blog</link>
	<description>Documenting the pitfalls of a Flash platform developer</description>
	<lastBuildDate>Thu, 24 Jun 2010 14:49:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Conditional breakpoint: enterDebugger()</title>
		<link>http://www.markledford.com/blog/2008/01/13/conditional-breakpoint-enterdebugger/</link>
		<comments>http://www.markledford.com/blog/2008/01/13/conditional-breakpoint-enterdebugger/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 09:06:58 +0000</pubDate>
		<dc:creator>markledford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flex actionscript]]></category>

		<guid isPermaLink="false">http://www.markledford.com/blog/?p=5</guid>
		<description><![CDATA[Here&#8217;s a handy tip I recalled reading about but never really learned to appreciated until recently. You can run the package level function flash.debugger.enterDebugger anywhere in your code to break out into the flex debugger pragmatically. If you&#8217;ve ever had to step through the same break point repeatedly in the same debug session you can [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a handy tip I recalled reading about but never really learned to appreciated until recently. You can run the package level function flash.debugger.enterDebugger anywhere in your code to break out into the flex debugger pragmatically.  If you&#8217;ve ever had to step through the same break point repeatedly in the same debug session you can just throw this in an if statement instead and save some time and frustration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markledford.com/blog/2008/01/13/conditional-breakpoint-enterdebugger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
