Starting a debugging session

To begin a debugging session, you run the application's launch configuration in debugging mode.

To debug an application:

  1. In the Navigator view, select the project to debug.
  2. Select the Debug button from the main workbench toolbar.

    If you project isn't already built, Flex Builder builds and then runs it in debug mode.

  3. Your application appears in your default web browser or the Flash desktop player and you can then use the Flex Builder debugger to interact with it.
  4. When a breakpoint is reached, the Flex Debugging perspective is activated in the workbench.

Starting a debugging session in the plug-in configuration of Flex Builder

If you're using the plug-in configuration of Flex Builder, the debug command works a bit differently. Instead of running the currently selected project, it debugs the most recently launched configuration. You can also select from a list of recently launched configurations.

Related topics


Flex 2.01

Take a survey