EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificaciones Pagina 34

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 304
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 33
CHAPTER 2: The ExtendScript Toolkit Debugging in the Toolkit 34
You can inspect the contents of an object by clicking its icon. The list expands to show the object’s
properties (and methods, if Functions display is enabled), and the triangle points down to indicate that
the object is open.
The call stack
The Call Stack panel is active while debugging a program. When an executing program stops because of a
breakpoint or runtime error, the panel displays the sequence of function calls that led to the current
execution point. The Call Stack panel shows the names of the active functions, along with the actual
arguments passed in to that function.
For example, this panel shows a break occurring at a breakpoint in a function
RGBColorPicker():
The function containing the breakpoint is highlighted in the Call Stack panel. The line containing the
breakpoint is highlighted in the Document Window.
You can click any function in the call hierarchy to inspect it. In the document window, the line containing
the function call that led to that point of execution is marked with a green background. In the example,
when you select the
run() function in the call stack, the Document Window highlights the line in that
function where the
RGBColorPicker() function was called.
Boolean
Number
String
Object
Method
null
Vista de pagina 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 303 304

Comentarios a estos manuales

Sin comentarios