2007-05-24

The debugger framework

Dbug Icon


Project Name:Dbug
Description:

This is the debugger framework written in AS3.0 for Flex & Flash.
It contains these packages.


  • advancedflex.debugger.*;//It contains common tools of debugging.
  • advancedflex.debugger.aut.*;//It contains the sub project of As Unit Test framework(It likes the ASUnit).
  • advancedflex.debugger.display.*;//It contains the DisplayObject written in AS3.0 that can show or get some info.
  • advancedflex.debugger.mxml.display.*;//It contains the DisplayObject written in MXML that can show or get some info.
The API of the .display.* package and the .mxml.display.* package is same.But the difference between these is the .mxml.display.* is written in MXML, but the other is written in AS3.0.

No comments: