<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>H1DD3N.R350URC3 &#187; Debugging</title>
	<atom:link href="http://blog.hexagonstar.com/tag/debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hexagonstar.com</link>
	<description>&#34;Chaotic Neutral&#34;</description>
	<lastBuildDate>Wed, 03 Mar 2010 04:56:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
    <title>H1DD3N.R350URC3</title>
    <url>http://blog.hexagonstar.com/feed-logo.png</url>
    <link>http://blog.hexagonstar.com</link>
    <width>144</width>
    <height>36</height>
    <description>H1DD3N.R350URC3 - http://blog.hexagonstar.com</description>
    </image>		<item>
		<title>Alcon 3.1 Update</title>
		<link>http://blog.hexagonstar.com/alcon-31-update/</link>
		<comments>http://blog.hexagonstar.com/alcon-31-update/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 09:45:57 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=663</guid>
		<description><![CDATA[Although Alcon version 4 is currently under development I&#8217;ve decided to release a small update for Alcon 3, version 3.1 since I&#8217;ve received a code signing certificate from Adobe and wanted to keep up with re-releasing the now-signed application on the AIR Market Place.
Besides that Alcon is now code-signed there is exactly one new feature ]]></description>
			<content:encoded><![CDATA[<p>Although <a href="http://blog.hexagonstar.com/alcon/">Alcon</a> version 4 is currently under development I&#8217;ve decided to release a small update for Alcon 3, version 3.1 since I&#8217;ve received a code signing certificate from Adobe and wanted to keep up with re-releasing the now-signed application on the <a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringID=10317" target="_blank">AIR Market Place</a>.</p>
<p>Besides that Alcon is now code-signed there is exactly one new feature in v3.1 which I called <strong>Key Tracer</strong>. You can toggle Key Tracing Mode from the Log menu. If you enable it you are able to press any keys and their key code (and if available character code) will be listed in Alcon&#8217;s output window which is a useful feature if you want to know the codes for some specific keys quickly.</p>
<p>More features where planned (and already started) like a Search function, Log Level Filtering and even a Calculator but these haven&#8217;t made it finished yet into v3 so most of them will come with version 4, which is &#8211; yet again &#8211; a complete re-write (I do loathe my source code that is over one year old <img src='http://blog.hexagonstar.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ).</p>
<p>The newest version can as always be found <a href="http://blog.hexagonstar.com/alcon/">here</a>.</p>
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=663&type=feed" alt="" /><br /><small>© 2009 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/alcon-31-update/">Permalink</a> | <a href="http://blog.hexagonstar.com/alcon-31-update/#comments">No comments yet</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/air/" rel="tag">AIR</a>, <a href="http://blog.hexagonstar.com/tag/debugging/" rel="tag">Debugging</a>, <a href="http://blog.hexagonstar.com/tag/flash/" rel="tag">Flash</a>, <a href="http://blog.hexagonstar.com/tag/flex/" rel="tag">Flex</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/alcon-31-update/&title=Alcon 3.1 Update">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/alcon-31-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing toString()</title>
		<link>http://blog.hexagonstar.com/customizing-tostring/</link>
		<comments>http://blog.hexagonstar.com/customizing-tostring/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 17:15:56 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=640</guid>
		<description><![CDATA[When writing classes for a framework I usually put a custom toString method into important classes so that debugging becomes easier. Normally they would go like something along the lines of:

override public function toString&#40;&#41;:String &#123;
	return &#34;[ClassName]&#34;;
&#125;

&#8230; Sometimes adding properties to the returned String that give back information about the class, e.g.

override public function toString&#40;&#41;:String &#123;
	return ]]></description>
			<content:encoded><![CDATA[<p>When writing classes for a framework I usually put a custom toString method into important classes so that debugging becomes easier. Normally they would go like something along the lines of:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;">override <span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #339966; font-weight: bold;">function</span> <span style="color: #004993;">toString</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">String</span> <span style="color: #000000;">&#123;</span>
	<span style="color: #0033ff; font-weight: bold;">return</span> <span style="color: #990000;">&quot;[ClassName]&quot;</span>;
<span style="color: #000000;">&#125;</span></pre></div></div>

<p>&#8230; Sometimes adding properties to the returned String that give back information about the class, e.g.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;">override <span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #339966; font-weight: bold;">function</span> <span style="color: #004993;">toString</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">String</span> <span style="color: #000000;">&#123;</span>
	<span style="color: #0033ff; font-weight: bold;">return</span> <span style="color: #990000;">&quot;[ImageClass, size=&quot;</span> <span style="color: #000000; font-weight: bold;">+</span> _size <span style="color: #000000; font-weight: bold;">+</span> <span style="color: #990000;">&quot;]&quot;</span>;
<span style="color: #000000;">&#125;</span></pre></div></div>

<p>But writing them rigid like that is a disadvantage when you decide later to refactor class names. Admittedly it&#8217;s also not a very elegant way so I got the idea to take the class name that is returned by <em>getQualifiedClassName()</em>. The only problem is that getQualifiedClassName not only provides the type name but also the whole package String of the class. Regular Expressions to the rescue! After twiddling around with them for a while (I&#8217;m by no means a RegExp expert) I got my toString method into the shape that I desired:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;">override <span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #339966; font-weight: bold;">function</span> <span style="color: #004993;">toString</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">String</span> <span style="color: #000000;">&#123;</span>
	<span style="color: #0033ff; font-weight: bold;">return</span> <span style="color: #990000;">&quot;[&quot;</span> <span style="color: #000000; font-weight: bold;">+</span> <span style="color: #004993;">getQualifiedClassName</span><span style="color: #000000;">&#40;</span><span style="color: #0033ff; font-weight: bold;">this</span><span style="color: #000000;">&#41;</span>.<span style="color: #004993;">match</span><span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;[^:]*$&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#91;</span><span style="color: #000000; font-weight:bold;">0</span><span style="color: #000000;">&#93;</span> <span style="color: #000000; font-weight: bold;">+</span> <span style="color: #990000;">&quot;, size=&quot;</span> <span style="color: #000000; font-weight: bold;">+</span> _size <span style="color: #000000; font-weight: bold;">+</span> <span style="color: #990000;">&quot;]&quot;</span>;
<span style="color: #000000;">&#125;</span></pre></div></div>

<p>This way it matches the String returned by getQualifiedClassName with the Regular Expression [^:]*$ which checks from the right end for an arbitrary text up to the first occurring colon, but without including the colon. Taking the first element of the Array returned by match() and you got what you need!</p>
<p>A nice way of using this is when writing abstract classes that contain the toString method and any subclass can use that toString method without the need to override it &#8230; that is of course unless you want ot add other output information.</p>
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=640&type=feed" alt="" /><br /><small>© 2008 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/customizing-tostring/">Permalink</a> | <a href="http://blog.hexagonstar.com/customizing-tostring/#comments">11 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/debugging/" rel="tag">Debugging</a>, <a href="http://blog.hexagonstar.com/tag/flash/" rel="tag">Flash</a>, <a href="http://blog.hexagonstar.com/tag/flex/" rel="tag">Flex</a>, <a href="http://blog.hexagonstar.com/tag/oop/" rel="tag">OOP</a>, <a href="http://blog.hexagonstar.com/tag/snippets/" rel="tag">Snippets</a>, <a href="http://blog.hexagonstar.com/tag/source-code/" rel="tag">Source Code</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/customizing-tostring/&title=Customizing toString()">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/customizing-tostring/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Alcon 3 Out Now!</title>
		<link>http://blog.hexagonstar.com/alcon3-out-now/</link>
		<comments>http://blog.hexagonstar.com/alcon3-out-now/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 09:16:34 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=622</guid>
		<description><![CDATA[It took longer than expected thanks to obstacles like a crashed harddisk and other minorities in between but it&#8217;s finally done and I now can announce the immediate availability of Alcon 3! It runs currently on Windows and Mac and hopefully soon on Linux too. When I tested it on Ubuntu it installed and started ]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-623" style="border: 0pt none;" title="Alcon 3 Icon" src="http://blog.hexagonstar.com/wp-content/uploads/alcon3_icon.jpg" alt="" width="128" height="128" />It took longer than expected thanks to obstacles like a crashed harddisk and other minorities in between but it&#8217;s finally done and I now can announce the immediate availability of <strong>Alcon 3</strong>! It runs currently on Windows and Mac and hopefully soon on Linux too. When I tested it on Ubuntu it installed and started fine but the LocalConnection seems not to cut it in the current alpha release of the Linux AIR Runtime. Anyone know more details about this?</p>
<p>I recommend to check out the <a href="http://blog.hexagonstar.com/alcon/">Alcon Page</a> for more details and of course the download link. Enjoy your debugging!</p>
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=622&type=feed" alt="" /><br /><small>© 2008 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/alcon3-out-now/">Permalink</a> | <a href="http://blog.hexagonstar.com/alcon3-out-now/#comments">4 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/air/" rel="tag">AIR</a>, <a href="http://blog.hexagonstar.com/tag/debugging/" rel="tag">Debugging</a>, <a href="http://blog.hexagonstar.com/tag/flash/" rel="tag">Flash</a>, <a href="http://blog.hexagonstar.com/tag/flex/" rel="tag">Flex</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/alcon3-out-now/&title=Alcon 3 Out Now!">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/alcon3-out-now/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Alcon 3 Preview</title>
		<link>http://blog.hexagonstar.com/alcon3-preview/</link>
		<comments>http://blog.hexagonstar.com/alcon3-preview/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 05:05:31 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=611</guid>
		<description><![CDATA[Since so many of you (well, at least four people) are feverishly waiting for the release of Alcon 3 here&#8217;s a preview screenshot to comfort your waiting time. The shot shows Alcon&#8217;s trace output panel with some bogus Array being traced iteratively and as a hex dump. the top of the window displays Alcon&#8217;s new ]]></description>
			<content:encoded><![CDATA[<p>Since so many of you (well, at least four people) are feverishly waiting for the release of Alcon 3 here&#8217;s a preview screenshot to comfort your waiting time. The shot shows Alcon&#8217;s trace output panel with some bogus Array being traced iteratively and as a hex dump. the top of the window displays Alcon&#8217;s new App Monitor which can be used to monitor framerate, frame render time and memory consumption. It also shows the version of the runtime that the monitored application is run in (clicking on the version text will list all System.capabilities properties in the Trace panel).</p>
<p style="text-align: center;"><a href="http://blog.hexagonstar.com/wp-content/uploads/alcon3_preview.jpg" rel="lightbox[611]"><img class="aligncenter size-full wp-image-612" style="border: 0pt none;" title="Alcon 3 in action!" src="http://blog.hexagonstar.com/wp-content/uploads/alcon3_preview.jpg" alt="" width="500" height="640" /></a></p>
<p>Then there&#8217;s the Options dialog with Trace options opened where you will be able to set font, colors etc. On the File Loggers Options you will be able to optionally enable up to two File Loggers that can be used for example to log the flashlog.txt to see output made by ActionScript&#8217;s own trace method.<br />
There&#8217;s of course the new Object Inspector and a new Help panel for Quickstart Help and API Docs. Alcon 3 is being written 99% in ActionScript 3 using FDT (the 1% left being the Main.mxml that is necessary to compile a Flex application). It&#8217;s only a matter of a few days now until release, some bug fixing, finishing touches and a few more documentation to write and it will be out so please endure!</p>
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=611&type=feed" alt="" /><br /><small>© 2008 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/alcon3-preview/">Permalink</a> | <a href="http://blog.hexagonstar.com/alcon3-preview/#comments">10 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/air/" rel="tag">AIR</a>, <a href="http://blog.hexagonstar.com/tag/debugging/" rel="tag">Debugging</a>, <a href="http://blog.hexagonstar.com/tag/flash/" rel="tag">Flash</a>, <a href="http://blog.hexagonstar.com/tag/flex/" rel="tag">Flex</a>, <a href="http://blog.hexagonstar.com/tag/tools/" rel="tag">Tools</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/alcon3-preview/&title=Alcon 3 Preview">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/alcon3-preview/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Announcing Alcon 3</title>
		<link>http://blog.hexagonstar.com/announcing-alcon3/</link>
		<comments>http://blog.hexagonstar.com/announcing-alcon3/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 02:44:13 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=583</guid>
		<description><![CDATA[Alcon 3 is in the works! The new version is being written for Adobe AIR and that means no more hackish OS integration! Thanks to AIR the debugging tool will run nice and smooth on any supported OS and it will restore your windows size and position where you last left it, Stay On Top ]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hexagonstar.com/alcon/">Alcon</a> 3 is in the works! The new version is being written for <a href="http://www.adobe.com/products/air/" target="_blank">Adobe AIR</a> and that means no more hackish OS integration! Thanks to AIR the debugging tool will run nice and smooth on any supported OS and it will restore your windows size and position where you last left it, Stay On Top works properly, auto-update etc. etc. etc.</p>
<p>Some of the new features besides the already existing Trace Command and File Loggers are a Memory Consumption and Frames-Per-Second Monitor, a completely new and improved Object Inspector that is finally useful for Debugging, an Options dialog to comfortably configure Alcon, proper AS2 support and a couple of other minorities here and there.</p>
<p>The progress moves on quick enough that I dare to say that the release date is only a few weeks away from now so sit tight, it&#8217;ll be there in a heartbeat.</p>
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=583&type=feed" alt="" /><br /><small>© 2008 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/announcing-alcon3/">Permalink</a> | <a href="http://blog.hexagonstar.com/announcing-alcon3/#comments">7 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/air/" rel="tag">AIR</a>, <a href="http://blog.hexagonstar.com/tag/debugging/" rel="tag">Debugging</a>, <a href="http://blog.hexagonstar.com/tag/flash/" rel="tag">Flash</a>, <a href="http://blog.hexagonstar.com/tag/flex/" rel="tag">Flex</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/announcing-alcon3/&title=Announcing Alcon 3">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/announcing-alcon3/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Alcon 2.0 Public Beta released</title>
		<link>http://blog.hexagonstar.com/alcon-20-public-beta-released/</link>
		<comments>http://blog.hexagonstar.com/alcon-20-public-beta-released/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 08:59:55 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/alcon-20-public-beta-released/</guid>
		<description><![CDATA[I&#8217;m happy to announce that Alcon 2.0 has finally been made public. The new version was completely rewritten using ActionScript 3 and Flex 2 and contains several new features that I missed in version 1. The most significant additions are the following:
- Output of up to four log files. You can define which log files ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce that Alcon 2.0 has finally been made public. The new version was completely rewritten using ActionScript 3 and Flex 2 and contains several new features that I missed in version 1. The most significant additions are the following:</p>
<p>- Output of up to four log files. You can define which log files to output by changing the settings in the AlconConfig.xml file. Like this it is easily possible to watch the flashlog.txt file that can be created with the Flash Debug Player (more info on this <a href="http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&amp;file=logging_125_04.html" target="_blank">here</a> and <a href="http://mentalaxis.com/words/2007/02/01/debugging-with-flash-player-90280/" target="_blank">here</a>).<br />
-  Alcon now features an Inspect panel for inspecting objects.<br />
- A hexadecimal dump of an object can be made. Don&#8217;t ask me what this might be useful for now but you never know. <img src='http://blog.hexagonstar.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
-  Alcon now features a stopwatch that can be used to measure passed time more easily.<br />
- You are now able to monitor the current host application&#8217;s stage framerate and memory usage.</p>
<p>For more info and download check out the <a href="http://osflash.org/projects/alcon" target="_blank">Alcon page over at osflash.org</a>.</p>
<p>Please note that this is a beta version! It still has bugs and the Debug class for ActionScript 2.0 is not yet included.</p>
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=129&type=feed" alt="" /><br /><small>© 2007 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/alcon-20-public-beta-released/">Permalink</a> | <a href="http://blog.hexagonstar.com/alcon-20-public-beta-released/#comments">5 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/debugging/" rel="tag">Debugging</a>, <a href="http://blog.hexagonstar.com/tag/tools/" rel="tag">Tools</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/alcon-20-public-beta-released/&title=Alcon 2.0 Public Beta released">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/alcon-20-public-beta-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Alcon v1.0.8 &#8211; Added AS3.0 Support</title>
		<link>http://blog.hexagonstar.com/alcon-added-as3-support/</link>
		<comments>http://blog.hexagonstar.com/alcon-added-as3-support/#comments</comments>
		<pubDate>Tue, 11 Jul 2006 16:12:48 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/alcon-v108-added-as30-support/</guid>
		<description><![CDATA[I&#8217;ve updated Alcon (ActionScript Logging Console) to v1.0.8! The only thing that has been added in this version is a Debug Class for use with ActionScript 3.0, everything else hasn&#8217;t been changed. The AS3.0 Debug Class can be found in the com.hexagonstar.util.debug package.
Note that you must use Debug.trace() since I&#8217;m not even sure if it&#8217;s ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated Alcon (ActionScript Logging Console) to v1.0.8! The only thing that has been added in this version is a Debug Class for use with ActionScript 3.0, everything else hasn&#8217;t been changed. The AS3.0 Debug Class can be found in the <em>com.hexagonstar.util.debug</em> package.<br />
Note that you must use <em>Debug.trace()</em> since I&#8217;m not even sure if it&#8217;s somehow possible with the <strong>MXMLC </strong>to redirect to a custom trace method (like it is possible with <strong>MTASC</strong>). If you got any hints on this, please let me know! The new version can be found as always on it&#8217;s <span style="text-decoration: line-through;">page at the Flash Game Programming Wiki</span>! Enjoy!</p>
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=88&type=feed" alt="" /><br /><small>© 2006 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/alcon-added-as3-support/">Permalink</a> | <a href="http://blog.hexagonstar.com/alcon-added-as3-support/#comments">4 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/debugging/" rel="tag">Debugging</a>, <a href="http://blog.hexagonstar.com/tag/tools/" rel="tag">Tools</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/alcon-added-as3-support/&title=Alcon v1.0.8 &#8211; Added AS3.0 Support">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/alcon-added-as3-support/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Alcon &#8211; ActionScript Logging Console</title>
		<link>http://blog.hexagonstar.com/alcon_actionscript_logging_console/</link>
		<comments>http://blog.hexagonstar.com/alcon_actionscript_logging_console/#comments</comments>
		<pubDate>Mon, 25 Jul 2005 13:30:22 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/alcon-actionscript-logging-console/</guid>
		<description><![CDATA[Alcon is a lightweight external output console for Flash ActionScript that allows developers to view debugging information without relying on the Flash IDE. SWF files can be debugged and monitored no matter if they are in the web browser, Flash Player or a standalone executable. While that Alcon tries to keep inclusion into projects as ]]></description>
			<content:encoded><![CDATA[<p>Alcon is a lightweight external output console for Flash ActionScript that allows developers to view debugging information without relying on the Flash IDE. SWF files can be debugged and monitored no matter if they are in the web browser, Flash Player or a standalone executable. While that Alcon tries to keep inclusion into projects as simple as possible. In fact all that needs to be done is importing the Debug class into a project and you are ready to send debug information to the console with a simple <em>Debug.trace()</em> command.<br />
Included into a project Alcon keeps a small footprint and takes less than a Kilobyte of filesize while still offering some other helpful features.</p>
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=60&type=feed" alt="" /><br /><small>© 2005 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/alcon_actionscript_logging_console/">Permalink</a> | <a href="http://blog.hexagonstar.com/alcon_actionscript_logging_console/#comments">4 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/debugging/" rel="tag">Debugging</a>, <a href="http://blog.hexagonstar.com/tag/tools/" rel="tag">Tools</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/alcon_actionscript_logging_console/&title=Alcon &#8211; ActionScript Logging Console">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/alcon_actionscript_logging_console/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
