Solve the Problem of flashdevelop debugging without outputting trace information

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.