
A new version of FlashDevelop, a wonderful code editor for as3 and haXe, has been released. The most pleasant thing in the new version is that the opportunity to use Debuger and Profiler has appeared.
Download FlashDevlop 3.1.0 RTMChanges in the new versionConfigure debager and profiler.
-
Download archive- open the FD folder with user files (Tools> Application Files ...)
- close FD
- unpack the archive into the folder
- open FD
- if the debugger does not work, you need to set the project settings: FlexDbg> StardDebuggerOnTestMovie = true

')
In order to display a message in the Output panel, you need to use the standard
trace
method.

The locals panel shows all used objects, their values, properties

Use Breakpoints

Panel Stack, shows a list of methods, after which this function is called

These features are still in beta test, but they can already be used.