<?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>DigiTechLog Dot Com &#187; デバッギング</title>
	<atom:link href="http://digitechlog.com/tag/%e3%83%87%e3%83%90%e3%83%83%e3%82%ae%e3%83%b3%e3%82%b0/feed" rel="self" type="application/rss+xml" />
	<link>http://digitechlog.com</link>
	<description>Adobe AIR、Flex、Flash、Java</description>
	<lastBuildDate>Tue, 08 Nov 2011 12:46:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Alcon: オープンソースのActionScript向けの軽量デバッギングツール</title>
		<link>http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html</link>
		<comments>http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 14:27:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash Project]]></category>
		<category><![CDATA[オープンソース]]></category>
		<category><![CDATA[ツール]]></category>
		<category><![CDATA[デバッギング]]></category>

		<guid isPermaLink="false">http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html</guid>
		<description><![CDATA[この前の「使いやすいオープンソースのActionScriptデバッグツールリスト」にも紹介していましたが、Alconとは、Sascha Balkau氏が開発され、パフォーマンス情報が見れたり、オブジェクトの詳細な情報をダンプ出来てオープンソースのActionScript 2及びActionScript 3向けの軽量デバッグツールです。
Alconの最初のバージョンはFlash Player 7の時代から書かれたものですので、そのバージョンはActionScriptのtraceによってログを取るだけのツールです。
AlconはAdobe AIRでも動作できます。FlexコンパイラのFlash IDEやMTASC(※MTASC（Motion-Twin ActionScript2 Compiler）: フリーのコマンドラインActionScript(Flash)コンパイラ)中にも使えます。
 

以下の様の特徴があります。

Rewritten for Adobe AIR.
Trace API to output any kind of data in the same fashion ActionScript’s own trace method does but with severity levels, filtering and recursive object tracing.
A new App Monitor that monitors Framerate, Frame Render Time and Memory Consumption.
A completely new Object [...]]]></description>
			<content:encoded><![CDATA[<p>この前の「<a href="http://digitechlog.com/2008/12/07/the-list-of-easy-to-be-used-actionscript-debug-tools-open-source-flash.html">使いやすいオープンソースのActionScriptデバッグツールリスト</a>」にも紹介していましたが、Alconとは、Sascha Balkau氏が開発され、パフォーマンス情報が見れたり、オブジェクトの詳細な情報をダンプ出来てオープンソースのActionScript 2及びActionScript 3向けの軽量デバッグツールです。</p>
<p>Alconの最初のバージョンはFlash Player 7の時代から書かれたものですので、そのバージョンはActionScriptのtraceによってログを取るだけのツールです。</p>
<p>AlconはAdobe AIRでも動作できます。FlexコンパイラのFlash IDEやMTASC(※<a href="http://digitechlog.com/2009/01/23/actionscript-2-open-source-free-compiler-mtasc.html">MTASC（Motion-Twin ActionScript2 Compiler）: フリーのコマンドラインActionScript(Flash)コンパイラ</a>)中にも使えます。</p>
<p><a href="http://digitechlog.com/wp-content/uploads/2009/10/Alcon.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="Alcon" src="http://digitechlog.com/wp-content/uploads/2009/10/Alcon_thumb.png" width="484" height="561"></a> </p>
<p><span id="more-684"></span>
<p>以下の様の特徴があります。</p>
<ul>
<li>Rewritten for Adobe AIR.
<li>Trace <acronym>API</acronym> to output any kind of data in the same fashion ActionScript’s own trace method does but with severity levels, filtering and recursive object tracing.
<li>A new App Monitor that monitors Framerate, Frame Render Time and Memory Consumption.
<li>A completely new Object Inspector to view the properties of Objects, Arrays and Classes.
<li>Included Help-Panel for quick access to Help and <acronym>API</acronym> documentation.
<li>Supports ActionScript 2 and 3.
<li>Two File Loggers which can be activated optionally to monitor log files.
<li>Options Dialog to comfortably configure settings like background and text colors, output font and many other preferences.
<li>Auto-Update.</li>
</ul>
<p>実際使ってみるとアプリケーションの監視機能は「えー！」（強いな）という驚嘆を出るかもしれません。これはFlashアプリケーションに直接FPS計測機能を埋め込む必要がなくなりますから。</p>
<p>簡単でといえば、Alconは使いやすいツールですが、ドキュメントやサンプルなど資料はそんなに多くないです。興味がある方たちは自分の力を引き出しましょう。</p>
<p>【関連リンク】</p>
<p><a title="http://blog.hexagonstar.com/alcon/" href="http://blog.hexagonstar.com/alcon/">http://blog.hexagonstar.com/alcon/</a>　公式サイト</p>
<p><a title="http://www.infoq.com/news/2008/09/alcon3-released" href="http://www.infoq.com/news/2008/09/alcon3-released">http://www.infoq.com/news/2008/09/alcon3-released</a>　InfoQから開発者とのインタビュー</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://digitechlog.com/2008/12/07/the-list-of-easy-to-be-used-actionscript-debug-tools-open-source-flash.html" title="使いやすいオープンソースのActionScriptデバッグツールリスト">使いやすいオープンソースのActionScriptデバッグツールリスト</a></li>
<li><a href="http://digitechlog.com/2010/03/12/7-asynchronous-processing-open-source-actionscript-library.html" title="７+ AS3で非同期処理のオープンソースのライブラリ一覧">７+ AS3で非同期処理のオープンソースのライブラリ一覧</a></li>
<li><a href="http://digitechlog.com/2010/02/13/as3unit-actionscript-3-junit-for-flash.html" title="AS3Unit: ActionScript 3.0上JUnit4の移植、単体テストを行うためのフレームワーク">AS3Unit: ActionScript 3.0上JUnit4の移植、単体テストを行うためのフレームワーク</a></li>
<li><a href="http://digitechlog.com/2010/02/07/foam-as3-2d-rigid-body-physics-engine.html" title="FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン">FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン</a></li>
<li><a href="http://digitechlog.com/2009/08/25/phpobject-is-a-flash-remoting-alternative-for-php.html" title="PHPObject: PHPとFlashのActionScript連携パッケージ">PHPObject: PHPとFlashのActionScript連携パッケージ</a></li>
<li><a href="http://digitechlog.com/2009/08/05/jags-open-source-java-actionscript-game-server.html" title="JAGS Game Server: JavaとAS3でオープンソースのゲームサーバ">JAGS Game Server: JavaとAS3でオープンソースのゲームサーバ</a></li>
<li><a href="http://digitechlog.com/2009/06/22/silex-an-open-source-cms-ria-software-build-flash-websites.html" title="SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール">SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール</a></li>
<li><a href="http://digitechlog.com/2009/06/19/movie-masher-open-source-video-editing-tools.html" title="Movie Masher: ActionScript 3ベースのオンラインビデオエディタ">Movie Masher: ActionScript 3ベースのオンラインビデオエディタ</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

