Debug.tracePane()

Debug.tracePane("Score Results", score)
// will display the value of the variable score
// in a new 'Score Results' pane.

Close