<?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: Debug Window v2 &#8211; Simple Flex Debug Window	</title>
	<atom:link href="https://jessewarden.com/2010/02/debug-window-v2-simple-flex-debug-window.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2010/02/debug-window-v2-simple-flex-debug-window.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Tue, 09 Mar 2010 16:00:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: eco_bach		</title>
		<link>https://jessewarden.com/2010/02/debug-window-v2-simple-flex-debug-window.html/comment-page-1#comment-227339</link>

		<dc:creator><![CDATA[eco_bach]]></dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1988#comment-227339</guid>

					<description><![CDATA[Jesse
Great work.
Unfortunately, most of my work is AS3 only, and would prefer not to use any debugger which relies on the flex framework. Any plans for an AS3 only version?]]></description>
			<content:encoded><![CDATA[<p>Jesse<br />
Great work.<br />
Unfortunately, most of my work is AS3 only, and would prefer not to use any debugger which relies on the flex framework. Any plans for an AS3 only version?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JTtheGeek		</title>
		<link>https://jessewarden.com/2010/02/debug-window-v2-simple-flex-debug-window.html/comment-page-1#comment-226131</link>

		<dc:creator><![CDATA[JTtheGeek]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 21:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1988#comment-226131</guid>

					<description><![CDATA[Would be awesome if we could use an AIR app as a standalone window for the debugging.  Use localconnection to shuttle the data over.   

It would also be kick ass to retool the debug class a little to be a little more flexible about allowing enabling/disabling the debugger at runtime.   Great tool though! Thanks Jesse!]]></description>
			<content:encoded><![CDATA[<p>Would be awesome if we could use an AIR app as a standalone window for the debugging.  Use localconnection to shuttle the data over.   </p>
<p>It would also be kick ass to retool the debug class a little to be a little more flexible about allowing enabling/disabling the debugger at runtime.   Great tool though! Thanks Jesse!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Flex and Flash Developer &#8211; Jesse Warden dot Kizz-ohm &#187; Blog Archive &#187; D2W &#38; Roundtable with Joel Hooks &#38; Nick Joyce &#8211; JXLTV Episode #006		</title>
		<link>https://jessewarden.com/2010/02/debug-window-v2-simple-flex-debug-window.html/comment-page-1#comment-225455</link>

		<dc:creator><![CDATA[Flex and Flash Developer &#8211; Jesse Warden dot Kizz-ohm &#187; Blog Archive &#187; D2W &#38; Roundtable with Joel Hooks &#38; Nick Joyce &#8211; JXLTV Episode #006]]></dc:creator>
		<pubDate>Fri, 26 Feb 2010 04:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1988#comment-225455</guid>

					<description><![CDATA[[...] This is the blog of Jesse Warden, a Rich Internet Application Architect. He specializes in using Flex and Flash to create Rich Internet Applications.      &#171; Debug Window v2 &#8211; Simple Flex Debug Window [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] This is the blog of Jesse Warden, a Rich Internet Application Architect. He specializes in using Flex and Flash to create Rich Internet Applications.      &laquo; Debug Window v2 &#8211; Simple Flex Debug Window [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2010/02/debug-window-v2-simple-flex-debug-window.html/comment-page-1#comment-224938</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Tue, 23 Feb 2010 17:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1988#comment-224938</guid>

					<description><![CDATA[Hi Dan, thanks!

You have 3 options:

1. remove all debugging traces via find/replace/grep, etc.

2. Don&#039;t show the debug window.  While the debug&#039;s will still be caught and outputted via trace commands internally, no debugging information will be shown in your application.

3. Utilize a conditional compiling parameter, yes.  To see an example of how you can do this, check out line 89 of Debug.as:

http://code.google.com/p/debugwindowv2/source/browse/trunk/DebugWindowV2/src/Debug.as]]></description>
			<content:encoded><![CDATA[<p>Hi Dan, thanks!</p>
<p>You have 3 options:</p>
<p>1. remove all debugging traces via find/replace/grep, etc.</p>
<p>2. Don&#8217;t show the debug window.  While the debug&#8217;s will still be caught and outputted via trace commands internally, no debugging information will be shown in your application.</p>
<p>3. Utilize a conditional compiling parameter, yes.  To see an example of how you can do this, check out line 89 of Debug.as:</p>
<p><a href="http://code.google.com/p/debugwindowv2/source/browse/trunk/DebugWindowV2/src/Debug.as" rel="nofollow ugc">http://code.google.com/p/debugwindowv2/source/browse/trunk/DebugWindowV2/src/Debug.as</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dan Nelson		</title>
		<link>https://jessewarden.com/2010/02/debug-window-v2-simple-flex-debug-window.html/comment-page-1#comment-224923</link>

		<dc:creator><![CDATA[Dan Nelson]]></dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1988#comment-224923</guid>

					<description><![CDATA[Thanks for sharing this.  I really enjoyed reading your last post on logging.  I am trying to add logging into all of my new projects, but I am curious on how you remove your logging when it comes time to push to a production environment?  Do you use some sort of conditional compiling?]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing this.  I really enjoyed reading your last post on logging.  I am trying to add logging into all of my new projects, but I am curious on how you remove your logging when it comes time to push to a production environment?  Do you use some sort of conditional compiling?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
