EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificaciones Pagina 30

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 304
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 29
CHAPTER 2: The ExtendScript Toolkit Debugging in the Toolkit 30
Visual indication of execution states
When the execution of a script halts because the script reached a breakpoint, or when the script reaches
the next line when stepping line by line, the document window displays the current script with the current
line highlighted in yellow.
If the script encounters a runtime error, the Toolkit halts the execution of the script, displays the current
script with the current line highlighted in orange, and displays the error message in the status line. Use the
Data Browser to get further details of the current data assignments.
Scripts often use a
try/catch clause to execute code that may cause a runtime error, in order to catch the
error programmatically rather than have the script terminate. You can choose to allow regular processing
of such errors using the
catch clause, rather than breaking into the debugger. To set this behavior, choose
Debug > Don’t Break On Guarded Exceptions. Some runtime errors, such as
Out Of Memory, always
cause the termination of the script, regardless of this setting.
current line
error message
error line
Vista de pagina 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 303 304

Comentarios a estos manuales

Sin comentarios