The first time FD was installed, it encountered an extremely serious problem. During installation and configuration, I followed the instructions step by step, and the debug Flash Player was also installed. However, nnd does not output trace information. It is also inexplicable to ask questions in the group. But fortunately, I was born to be smart. After two hours, I finally solved the problem. (La la ......)
The method is as follows:
1. Open FD (flashdevelop for short)
2. Find tools> program settings in the menu bar
3. find flashviewer in the plugins box, and set the path of flash player in the external player path on the right side (* Note that this path is the path of the Flash Player for debugging, find the players folder in the installation directory of Flash CS *, and then find the Flash Player of DEBUG In the debug file)
4. Solve the problem. You can trace it !!!
Test the followingCodePut it up and have a look.
Package
{
ImportFlash. display. Sprite;
/**
*...
* @ Author pelephone
*/
Public ClassMainExtendsSprite
{
Public FunctionMain (): void
{
Trace ("helloworld! ");
Trace ("helloworld! ");
Trace ("beg you, helloworld! ");
Trace ("fuck, please give me helloworld! ");
Trace ("I Will unmount you without helloworld! ");
Trace ("no more helloworld, I will hit you! ");
}
}
}
Take a look at the chart.