Accessing the Debugger

The JavaScript debugger is launched the same way the debugger for proprietary Collectors is launched.

You can use the following when debugging a Collector.

Icon

Action

Description

Run

Starts debugging.

Pause

Pauses debugging.

Step Into

Steps to the next line in the script.

Step Over

Steps over a function.

Step Out

Steps out of a function.

Stop

Stops debugging.

For trademark and copyright information, see Legal Notices.