EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Spezifikationen Seite 32

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 304
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 31
CHAPTER 2: The ExtendScript Toolkit Debugging in the Toolkit 32
condition statement. You can also specify a hit count, which allows you to skip the breakpoint some
number of times before entering the debugger. The default is 1, which breaks at the first execution.
When execution reaches this breakpoint after the specified number of hits, the debugger evaluates this
condition. If it does not evaluate to true, the breakpoint is ignored and execution continues. This allows
you to break only when certain conditions are met, such as a variable having a particular value.
Breakpoint icons
Each breakpoint is indicated by an icon to the left of the line number in the document window, and an
icon and line number in the Breakpoints panel. Different icons are used in the document window and in
the Breakpoints panel.
Document
window
Breakpoints
panel
Unconditional breakpoint. Execution stops here.
Unconditional breakpoint, disabled. Execution does not stop.
Conditional breakpoint. Execution stops if the attached JavaScript expression evaluates
to true.
Conditional breakpoint, disabled. Execution does not stop.
Seitenansicht 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 303 304

Kommentare zu diesen Handbüchern

Keine Kommentare