Adobe
9A0-148 · Question #45
9A0-148 Question #45: Real Exam Question with Answer & Explanation
The correct answer is A. Set a breakpoint on the line where you want to see myMC's properties and view them by expanding myMC. See the full explanation below for the reasoning.
Question
You are debugging an application in Flash CS5 and want to view the properties of a MovieClip called myMC at a certain point in the application. What is the most efficient way to do this?
Options
- ASet a breakpoint on the line where you want to see myMC's properties and view them by expanding myMC
- BSet a breakpoint on the line where you want to see myMC's properties, and then look for values of the myMC
- CLoop through myMC's properties using a for ... in loop and trace each of the properties out to the Output
- DTrace myMC using trace( myMC ); to show the values in the Output panel in the Debugger
Community Discussion
No community discussion yet for this question.