Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
As you build applications, things will sometimes not work properly or will perhaps throw errors. To help you understand what is causing these problems, Flash Builder has an interactive debugger. The debugger lets you set breakpoints in the code and inspect various property and variable values at the point where the execution of the code stops. You can also use the debugger to step through the code, so you can see how those values change over time.
Important
|
| If you haven’t done so already, please follow the instruction in the appendix on Installing Lesson Files. |