OverviewIn this series, I plan to write Flex-related articles and write out all the problems and solutions I encountered during my work. For your convenience. As the beginning, I plan to start with the development environment. Some articles on Flex technology are widely talked about on the Internet, as well as the competition between Flex and Silverlight. There are two types of Flex development environments: Awareness Eclipse + plug-ins, which I have never used. I have been using Adobe Flex Builder 3 and Adobe Flex Builder 4. Today's main character is Adobe Flex Builder 3.
Details1. Only Adobe Flex Builder 4 is available for download on the official website, but not 3. Adobe Flex Builder 3 with a registration code: Signature. 2. Understanding of the initial interface: source code and window boundary of the Project navigation bar. In this mode, write the source code or modify the display of the program window. Debug mode
When you set a breakpoint, 3 does not have the hit condition for the breakpoint. Only supported in 4. Including call stacks, variables, breakpoints, and expressions. 3 expressions are not as easy as vs expressions. Not all expressions can be evaluated, and some expressions cannot be displayed. Profile mode: This is a very useful mode that provides two statuses,
1. Live Objects indicates the cpu usage details of the program in real time and the number of variables in the program.
2. Capture profile: determines the number of function executions and execution time at a specific time point.
Technical PointsIt's enough for me to get started. If you have any questions, I 'd like to answer them.