
TUTORIALS POINT
Simply Easy Learning Page 101
Flex – Debug Application
This chapter describes the debugiing application of Adobe Flex:.
F
lex provides execellent capability of debugging flex code and Flash Builder 4 has an execellent built-in
debugger and debugging perspective support.
During debug mode, Flex Application runs on Flash Player Debugger version built in Flash Builder 4 which
supports debugging capabilibity.
So developers get an easy and inbuilt debugging configuration in Flash Builder
In this article we'll demonstrate usage of debugging Flex Client code using Flash Builder. We'll do the
following tasks
Set break points in the code and see them in BreakPoint Explorer.
Step through the code line by line during debugging.
View the values of variable.
Inspect the values of all the variables.
Inspect the value of an expression.
Display the stack frame for suspended threads.
Debugging Example
Create a project with a name HelloWorld under a package com.tutorialspoint.client as explained in
the Flex - Create Application chapter.
Modify HelloWorld.mxml as explained below. Keep rest of the files unchanged.
Kommentare zu diesen Handbüchern