Debugging

From Whirled Club Wiki
Revision as of 18:16, 25 August 2018 by Dragawn (talk | contribs) (Created page with "'''Debugging''' is the process in which errors are found and corrected in code. There are different ways debugging ActionScript code: * Command line * Flash Player Diagnos...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Debugging is the process in which errors are found and corrected in code. There are different ways debugging ActionScript code:

  • Command line
  • Flash Player

Diagnosis and debugging of code can be accomplished using the error messages presented by the Flash Player. If you see pop up messages like this:

Rooster AS error.png

The first couple lines might point to code you've written for an avatar, toy or game. The Debugging (ActionScript tutorial) details debugging some sample avatar bugs.

  • Flex Builder
  • ... more ...