Using FDT's Debugger

From FDT Documentation

Revision as of 17:49, 30 September 2010 by Aklement (Talk | contribs)
Jump to: navigation, search

Powerflasher first introduced a debugger with version 3 of FDT. Since then, many improvements have been made. Now that version 4 also includes a profiler, Flash developers are now more armed than ever to take on buggy applications.


Download arrow.png Visit the Downloads page to download the source code used in this tutorial!


Contents

Getting Started

Check For Debug Version of Flash Player

Before venturing into using FDT's debugger, you'll need to make sure you have the debug version of the Flash Player installed. There are two easy ways to determine if you're using the debug version:

  1. Go to Adobe's detection website Img preview.png.
  2. Confirm that your stand alone Flash Player (located on your hard drive) is the debug player Img preview.png.

If you have the debug version of Flash Player then you're ready to get started, if not you'll need to install it.

Install Debug Version of Flash Player

If you don't have the debug version of Flash Player, getting it is easy. Simply go to Adobe's Flash Player Support Center and choose the appropriate installation for your operating system Img preview.png.

Problems

Sometimes an OS update, a browser particularity or multiple installations of the Flash Player will still cause problems with debugging. If you're still having trouble getting FDT to connect to the Flash Debugger, check out these resources for uninstalling Flash Player, do you can then reinstall the debug version of Flash Player:

Get FDT5