Debugging Scripts
To find errors in your scripts, you can use the Web browser’s development tools to set breakpoints, or use the analytics designer debug mode.
| Debugging Tasks | More Information |
|---|---|
| Before you start debugging your scripts, learn how to find and view them in the development tools of the Web browser (Google Chrome). | Finding Your Scripts in the Web Browser's Development Tools |
| To pause a script while it is executed, you can set breakpoints at certain points in your script. | Setting Breakpoints in Your Scripts |
| Launch the analytics designer debug mode and use the debugger; statement in your scripts. | Using the Analytics Designer Debug Mode |