JavaScript debug window
-
- UpdatedAug 1, 2024
- 2 minutes to read
- Washington DC
- API implementation
The JavaScript debug window appears in a bottom pane of the user interface when an administrator turns on debugging.
Use the debug window to access these tools.
- JavaScript Log: JavaScript that runs on the browser, such as client scripts, can include a call to jslog() to send information to the JavaScript log.
- Field Watcher: a tool that tracks and displays all actions that the system performs on a selected form field.

Using the JavaScript debug window
The JavaScript debug window enables access to the JavaScript Log and the Field Watcher tools.
Before you begin
Role required: admin
About this task
The steps to access the JavaScript debug window depend on which UI version you are using.
Procedure
On this page
Related Content
- Writing to the debug log
To write to the debug log in your client-side JavaScript, or UI policies, make a call to the global function jslog().
- Field watcher
The field watcher tool tracks and displays all actions that the system performs on a selected form field.