FAQ

From FDT Documentation

Revision as of 15:52, 24 September 2010 by Aklement (Talk | contribs)
Jump to: navigation, search

Contents

Can I download a trail of FDT4?

Yes, you can download a 30 day trial of FDT 4 including the full functionality of FDT Enterprise. So, you can discover all features of FDT and taste pure coding comfort. Register for your free download Please register here to receive the download links of FDT 4 here.

FDT Installation fails (Unsupported major.minor version)

FDT needs at least Java 1.5 to run properly. Test your install of java here.

Getting Started

We have devoted a section on our wiki to getting you running with FDT quickly. Check it out.

How can I use trace() with AS3?

The Flex SDK which is included in the FDT stand alone installation has to be installed. Furthermore you need the Flash Debug Player to start your application. Please make sure that you're really using the DEBUG PLAYER. If you want to check which version of the Flash Player is installed on your system visit the Adobe Version test. If everything is installed correctly open your main class and start your application with "Debug As... --> FDT AS3 Application" (instead of "Run As..."). Two consoles in eclipse will open one for the compiler and one for the debugger. The console for the debugger shows the output of your traces.

How do I install FDT?

You can download the standalone Version of FDT, or install FDT as a plug-in to your existing Eclipse Instance.

  1. Install Eclipse (www.eclipse.org)
  2. Open Eclipse
  3. Select "Help->Software Updates->Find and install..."
  4. Select "Search for new features to install" and press next
  5. Press "New Remote Site..."
  6. Insert FDT into Name and "http://fdt.powerflasher.com/update/" into URL
  7. Press finish

If you get an ERROR 403 you are perhaps behind a proxy.

  1. Preferences...
  2. Select Install/Update
  3. Select "Enable http proxy connection"
  4. Insert proxy address and port
  5. try again
Get FDT5