<?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: The Ultimate Debugging And Profiling</title>
	<atom:link href="http://blog.yoz.sk/2010/04/the-ultimate-debugging-and-profiling/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yoz.sk/2010/04/the-ultimate-debugging-and-profiling/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-ultimate-debugging-and-profiling</link>
	<description>My life, my work</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:37:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Quick Tip: Debugging Module Inside Non-debug Application at Jozef Chúťka&#039;s blog</title>
		<link>http://blog.yoz.sk/2010/04/the-ultimate-debugging-and-profiling/comment-page-1/#comment-4582</link>
		<dc:creator>Quick Tip: Debugging Module Inside Non-debug Application at Jozef Chúťka&#039;s blog</dc:creator>
		<pubDate>Fri, 08 Apr 2011 08:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1480#comment-4582</guid>
		<description>[...] Did you know that it is not possible to debug loaded content within release (non-debug) build app? Every attempt to insert a breakpoint during the runtime will cause null pointer exception thrown by flash builder, however you can still trace() output. To be more specific, imagine you have main application deployed somewhere on the web and you want to debug a module you are just developing wrapped inside the main application. Sure you can use proxy mapping trick + custom run configuration, that would help you run your debugging version of module.swf, however while the main application is non-debug version, the flash builder debugger will just not work correctly. Luckily you have two options to make it work. First, you may also map the main application .swf file for your debug version (+ some flex rsl files) or second option, make the flash player wrap whole content into some .swf compiled in debug mode using PreloadSWF in mm.cfg. [...]</description>
		<content:encoded><![CDATA[<p>[...] Did you know that it is not possible to debug loaded content within release (non-debug) build app? Every attempt to insert a breakpoint during the runtime will cause null pointer exception thrown by flash builder, however you can still trace() output. To be more specific, imagine you have main application deployed somewhere on the web and you want to debug a module you are just developing wrapped inside the main application. Sure you can use proxy mapping trick + custom run configuration, that would help you run your debugging version of module.swf, however while the main application is non-debug version, the flash builder debugger will just not work correctly. Luckily you have two options to make it work. First, you may also map the main application .swf file for your debug version (+ some flex rsl files) or second option, make the flash player wrap whole content into some .swf compiled in debug mode using PreloadSWF in mm.cfg. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpauclair</title>
		<link>http://blog.yoz.sk/2010/04/the-ultimate-debugging-and-profiling/comment-page-1/#comment-1961</link>
		<dc:creator>jpauclair</dc:creator>
		<pubDate>Thu, 20 May 2010 10:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1480#comment-1961</guid>
		<description>That was only a prototype for the FlashPreloadProfiler. Look at this:
http://jpauclair.net/flashpreloadprofiler/</description>
		<content:encoded><![CDATA[<p>That was only a prototype for the FlashPreloadProfiler. Look at this:<br />
<a href="http://jpauclair.net/flashpreloadprofiler/" rel="nofollow">http://jpauclair.net/flashpreloadprofiler/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 基于mm.cfg的终极调试和评测[转] &#171; balck</title>
		<link>http://blog.yoz.sk/2010/04/the-ultimate-debugging-and-profiling/comment-page-1/#comment-1486</link>
		<dc:creator>基于mm.cfg的终极调试和评测[转] &#171; balck</dc:creator>
		<pubDate>Fri, 23 Apr 2010 03:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1480#comment-1486</guid>
		<description>[...] The Ultimate Debugging And Profiling [...]</description>
		<content:encoded><![CDATA[<p>[...] The Ultimate Debugging And Profiling [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 终极调试和评测</title>
		<link>http://blog.yoz.sk/2010/04/the-ultimate-debugging-and-profiling/comment-page-1/#comment-1485</link>
		<dc:creator>终极调试和评测</dc:creator>
		<pubDate>Fri, 23 Apr 2010 02:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1480#comment-1485</guid>
		<description>[...] The Ultimate Debugging And Profiling [...]</description>
		<content:encoded><![CDATA[<p>[...] The Ultimate Debugging And Profiling [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

