<?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: flex debugging adding ?debug=true to your debug file path</title>
	<atom:link href="http://www.markledford.com/blog/2008/01/18/flex-debugging-adding-debugtrue-to-your-debug-file-path/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markledford.com/blog/2008/01/18/flex-debugging-adding-debugtrue-to-your-debug-file-path/</link>
	<description>Documenting the trials and triumphs of a mobile / front end web developer</description>
	<lastBuildDate>Thu, 02 Feb 2012 09:48:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Vic</title>
		<link>http://www.markledford.com/blog/2008/01/18/flex-debugging-adding-debugtrue-to-your-debug-file-path/comment-page-1/#comment-38275</link>
		<dc:creator>Vic</dc:creator>
		<pubDate>Fri, 17 Jun 2011 20:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=7#comment-38275</guid>
		<description>http://livedocs.adobe.com/flex/3/html/help.html?content=debugging_02.html</description>
		<content:encoded><![CDATA[<p><a href="http://livedocs.adobe.com/flex/3/html/help.html?content=debugging_02.html" rel="nofollow">http://livedocs.adobe.com/flex/3/html/help.html?content=debugging_02.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vic</title>
		<link>http://www.markledford.com/blog/2008/01/18/flex-debugging-adding-debugtrue-to-your-debug-file-path/comment-page-1/#comment-38274</link>
		<dc:creator>Vic</dc:creator>
		<pubDate>Fri, 17 Jun 2011 20:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=7#comment-38274</guid>
		<description>Invoking the debugger compiler
You can compile a debug version of your Flex application when you are using the web-tier compiler. You do this by appending ?debug=true to the end of the query string; for example:

http://www.myhost.com/myApps/Main.mxml?debug=true

***** You cannot disable this behavior of the web-tier compiler.  **************

Adding ?debug=true to your query string instructs the compiler to include debugging information in the final SWF file output. As a result, you can set breakpoints and use other features of the fdb command-line debugger or the Flex Builder visual debugger.

To debug the application, you launch the fdb command line debugger and then launch your application in the browser with ?debug=true on the query string. The application connects to the running debugger.

You must have a debugger version of Flash Player to compile the application with debug information in it.

For more information on using fdb, see Using the Command-Line Debugger.</description>
		<content:encoded><![CDATA[<p>Invoking the debugger compiler<br />
You can compile a debug version of your Flex application when you are using the web-tier compiler. You do this by appending ?debug=true to the end of the query string; for example:</p>
<p><a href="http://www.myhost.com/myApps/Main.mxml?debug=true" rel="nofollow">http://www.myhost.com/myApps/Main.mxml?debug=true</a></p>
<p>***** You cannot disable this behavior of the web-tier compiler.  **************</p>
<p>Adding ?debug=true to your query string instructs the compiler to include debugging information in the final SWF file output. As a result, you can set breakpoints and use other features of the fdb command-line debugger or the Flex Builder visual debugger.</p>
<p>To debug the application, you launch the fdb command line debugger and then launch your application in the browser with ?debug=true on the query string. The application connects to the running debugger.</p>
<p>You must have a debugger version of Flash Player to compile the application with debug information in it.</p>
<p>For more information on using fdb, see Using the Command-Line Debugger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markledford</title>
		<link>http://www.markledford.com/blog/2008/01/18/flex-debugging-adding-debugtrue-to-your-debug-file-path/comment-page-1/#comment-857</link>
		<dc:creator>markledford</dc:creator>
		<pubDate>Thu, 19 Feb 2009 15:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=7#comment-857</guid>
		<description>Nope, my only solution was to use SWFAddress and include my variables in the address bar hash #</description>
		<content:encoded><![CDATA[<p>Nope, my only solution was to use SWFAddress and include my variables in the address bar hash #</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard Fore</title>
		<link>http://www.markledford.com/blog/2008/01/18/flex-debugging-adding-debugtrue-to-your-debug-file-path/comment-page-1/#comment-856</link>
		<dc:creator>Howard Fore</dc:creator>
		<pubDate>Thu, 19 Feb 2009 14:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=7#comment-856</guid>
		<description>Any solutions? I&#039;ve got a similar problem, not in appending my own variables, but an in-house security framework that also uses a URL parameter of &quot;debug&quot;.</description>
		<content:encoded><![CDATA[<p>Any solutions? I&#8217;ve got a similar problem, not in appending my own variables, but an in-house security framework that also uses a URL parameter of &#8220;debug&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.markledford.com/blog/2008/01/18/flex-debugging-adding-debugtrue-to-your-debug-file-path/comment-page-1/#comment-49</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 18 Jun 2008 13:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=7#comment-49</guid>
		<description>Hello!

Same problem here, :( have you been able to find the solution?</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Same problem here, :( have you been able to find the solution?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

