My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

Long time ago when I wanted to start this project but didn't have the time
the goal was to create something like firebug but with a Flash UI which would
work to display debug statements from actionscript, javascript, etc.

Then some time later I worked on another project gaforflash
and there because console1 was non-existing I quickly hacked a VisualDebug
which was pretty much a bad choice.

Now, things have evolved a lot, not only you still have a tons of AS3 visual console projects out there,
but now you want to debug things running on the desktop, on iOS, on Android, etc.

This project will reuse 2 others libs: logd for the logging API
and eden for the serialization/deserialization protocol.

In short the goal is to stay minimalist, keep using strings data and be versatile (eg. be able to run about anywhere).

The other goal is that small project could bea perfect exemple to show how to build multiple targets with AIR,
even if you don;t want to use the visual console at least it can gives a good example of automated build with Ant,
MXMLC, ADL, ADT, etc.

Mission Statement

 Provide a minimalist visual console to debug AS3 on different devices and operating system.
 Almost as good as trace() but with some colors.
 

Getting Started

TODO

misc

I can be contacted here: my username [at] gmail [dot] com

Powered by Google Project Hosting