---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/api-reference

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# JavaScript debug window

# JavaScript debug window {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

The JavaScript debug window appears in a bottom pane of the user interface when an
administrator turns on debugging.  
Hinweis:  
The JavaScript debug window is not supported with Next Experience in Utah. For more information about supported features in Next Experience, see [Considerations for activating Next
Experience](https://www.servicenow.com/docs/access?context=next-experience-adoption-paths&version=australia&pubname=australia-platform-user-interface&ft:locale=en-US).

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.

Abbildung : 1. JavaScript debug window

## Using the JavaScript debug window {#ariaid-title2}

The JavaScript debug window enables access to the JavaScript Log and the Field
Watcher tools.

### Vorbereitungen

Role required: admin

### Warum und wann dieser Vorgang ausgeführt wird

The steps to access the JavaScript debug window depend on which UI version you are
using.  
Hinweis:  
The JavaScript debug window is not supported with Next Experience in Utah. For more information about supported features in Next Experience, see [Considerations for activating Next Experience](https://www.servicenow.com/docs/access?context=next-experience-adoption-paths&version=australia&pubname=australia-platform-user-interface&ft:locale=en-US).

### Prozedur

1. Open the JavaScript debug window by navigating to the appropriate location for your version of the UI.  

   |-|-|
   | Core UI | 1. Click the gear icon in the banner frame. 2. Click the Developer section. 3. Toggle the JavaScript Log and Field Watcher switch. {#t_UsingTheJavaScriptDebugWindow__ol_rf2_2dq_ms} |
   | UI15 | 1. Click the gear icon in the banner frame. 2. Click JavaScript Log and Field Watcher. {#t_UsingTheJavaScriptDebugWindow__ol_em3_kdq_ms} |
   | UI11 | Click the debug icon (![The debug icon]()) in the banner frame. |
   [ ]

   {#t_UsingTheJavaScriptDebugWindow__simpletable_HowToOpenJavaScriptLogAndFieldWatcherInDifferentUIs}  
   The JavaScript debug window re-opens at the bottom of the screen. The tab that is currently active in the window is the last tab that was active when the window was closed.
2. Click a tab to use one of the debug window features.
   * JavaScript Log
   * Field Watcher
**Zugehörige Konzepte**   

* [Writing to the debug log](https://servicenow-prod.fluidtopics.net/0iM6zadf_D2suyqSZwgRPg#c_WritingToTheDebugLog "To write to the debug log in your client-side JavaScript, or UI policies, make a call to the global function jslog().")
* [Field watcher](https://servicenow-prod.fluidtopics.net/AwMVF5viTlqCSiYo29~0zQ#c_FieldWatcher "The field watcher tool tracks and displays all actions that the system performs on a selected form field.")

