image

Result

image

Viewing the result of a script is often a primary reason for running the script; viewing the result of a particular line of a script is often a primary reason for debugging the script. Script Debugger provides several ways to view a result:

image
image

NOTE: If the result has changed since the previous execution of the script, the result pane and result explorer window will display a red bar at the top, and the result bar will display the word “Result:” in red. This is particularly useful in debug mode, where an individual line of code might or might not generate a changed result. (After you run a script all the way through in normal mode, if there’s a result, it is always new, so the red indicator will appear by default.)

Although you can always manually see the result in any of those ways, the result is so important that Script Debugger would like to show it to you automatically every time there’s a result. An Execution preference, “Show result when scripts pause or end”, determines which way the result is displayed automatically:

NOTE: This preference is meaningful only if the result is not already showing. If the result is already showing — for example, the result bar or the result pane is visible — then the new result is simply displayed there, as if this preference were set to No.



image
Execute Times
image