Download highly handwritten tracer-flash code debugging code

Source: Internet
Author: User

As3] tracer-flash Code Debugging

Component version: 1.0
Function Description: debugging code (similar to trace commands) can be performed without flash editing ).
Operating Platform: Flash CS3, actionscript3, Flash Player 9 +
Call interface:

Copy code The Code is as follows: public interface com. klstudio. util. Tracer {
// Whether it is a console;
Function isconsole (): Boolean
// Debug the as code;
Static function debug (Object: *): void
}

Instance description:

1. First install the tracer component file (the component installation package file is in the download file );
2. Put the tracer component into the database or scenario;
3. reference the class with "Import com. klstudio. util. Tracer;
4. Open tracer.exe In the downloaded file (this is the console file );
5. The following describes how to call an instance.Program;

Copy code The Code is as follows: Import com. klstudio. util. Tracer;
VaR A: Boolean = false;
Tracer. debug ();
VaR B: Number = 1.22;
Tracer. debug (B );
VaR C: array = ["A", "B"];
Tracer. debug (C );
VaR D: SPRITE = new sprite ();
Tracer. debug (d );
VaR E: Shape = new shape ();
Tracer. debug (E );

Package download

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.