📜 ⬆️ ⬇️

FlashDevelop 3.1.0 RTM Overview

image
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 RTM
Changes in the new version

Configure 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

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

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

Use Breakpoints
image

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

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

Source: https://habr.com/ru/post/91883/


All Articles