Adobe 12001196 Scripting Guide - Page 31

console.println, undefined, Close

Page 31 highlights

Acrobat JavaScript Editor and Debugger Console 2 Exercise: Working with the JavaScript Console FIGURE 2.7 Evaluating a code line The console.println() method can be very useful to include in your JavaScript code to print debugging information and other messages to the console. It prints the text that you specify and then returns undefined. 8. Click Close to close the debugger dialog. Acrobat JavaScript Scripting Guide 31

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90

Acrobat JavaScript Scripting Guide
31
Acrobat JavaScript Editor and Debugger Console
Exercise: Working with the JavaScript Console
2
F
IGURE
2.7
Evaluating a code line
The
console.println()
method can be very useful to include in your JavaScript code
to print debugging information and other messages to the console. It prints the text
that you specify and then returns
undefined
.
8.
Click
Close
to close the debugger dialog.