有用的Flax/Flash调试工具列表
关键字: flex, flash, debugReflexutil allows Adobe Flex developers to debug and alter properties of components while running an application.
Flex-Spy allow you to inspect and dynamically change most properties and styles of the visual components in your Flex application.
XMLObjectOutput is a really cool tool for debugging when you are writing Flex Apps. It is somewhat similar to CFDump and displays the structure of any Object in Flex.
Flash Switcher extension for Firefox
This extension comes with all the currently published flash player plugins (from the version 2 to the most recent 9,0,16) and allows you to easily switch from one plugin to another, or also to remove the currently installed plugin (maybe for testing the express install).
For real-time debugging and spying on your code. It is 16KB for the connector that you add to your files but it is debugging in style. If you have any issues with a live app or to help during testing Xray is great. It also includes a nifty admin site that allows you to access objects and spy on your code at any time.
Debugging AS3 with firebug’s console
When using Firebug (a web developers Swiss army knife for browser debugging) you can also use actionscript to write to the firebug console with this class from marcosweskamp .
Alcon (ActionScript Logging Console) is a lightweight debugging tool for ActionScript 2.0/3.0 developers that provide a way to output debugging information (traces) from the debugged application to an external output panel.
Main features:
Multiple output levels (LOG, DEBUG, INFO, WARN, ERROR, FATAL)
Inspection for Object and MovieClip types
Multiple output targets using Publishers (similar to log4j)
Flash 6 & 7 compatible. Flex is also supported.
Small filesize, about 3kb with all available publishers.
GUI Console for viewing and inspecting log messages.
DebugIt is a two-piece debugging tool designed to help developer debug Flash applications and content outside of the Flash authoring environment . Displays traced data in a seperate SWF so you can debug outside of Flash, while running your application in its shell/production environment.
Brings PHP‘s “print_r” to Flash, invaluable once you start to use it. Free, Complete Source Available.
JAVA application which displays traced data from SWF and other (PHP ,Java …). It is created for retrieving xml log data from Flash Swf aplications which are using XmlSocketConnection.Could be a command line or windowed application.
ThunderBolt is a logger extension for Flash ActionScript 2 and 3 as well as Flex 2 and 3 applications based on the Firebug add-on for Firefox .
It is a firefox add on that displays trace() output in a sidebar window.While running any .swf Flash file in your browser you can see all the output generated by the "trace" flash functions in this sidebar component.
原文地址:
发表评论
- 浏览: 86111 次
- 性别:

- 来自: 重庆

- 详细资料
搜索本博客
最新评论
-
jquery图书列表
那本jQuery Reference Guide就算了……还不如不看呢……
-- by shawphy -
你会用Protocol Buffers吗 ...
为什么只做配置文件用?我想google来使用Protocol Buffers,主 ...
-- by menlong999 -
你会用Protocol Buffers吗 ...
为什么只做配置文件用?我想google来使用Protocol Buffers,主 ...
-- by menlong999 -
你会用Protocol Buffers吗 ...
引用XML是对机器友好的,着你都读得懂,还怕读不懂Protocol Buffer ...
-- by Sam1860 -
你会用Protocol Buffers吗 ...
Protocol Buffers好像是一个二进制协议。自Web Services ...
-- by hax






评论排行榜