MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Manual do Utilizador Página 106

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 124
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 105
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
Step
Description
1
Create a project with a name HelloWorld under a package com.tutorialspoint.client as explained in
the Flex - Create Application chapter.
2
Modify HelloWorld.mxml as explained below. Keep rest of the files unchanged.
CHAPTER
19
Vista de página 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 123 124

Comentários a estes Manuais

Sem comentários