# JavaScript

> **TL;DR**
> `File | Settings | Build, Execution, Deployment | Debugger | Data Views | JavaScript` for Windows and Linux
>
>
>
> `CLion | Settings | Build, Execution, Deployment | Debugger | Data Views | JavaScript` for macOS
>
>
>
> `Ctrl+Alt+S` (Windows), `⌘ Comma` (macOS), `⌘ Comma` (IntelliJ IDEA Classic (macOS)), `⌘ Comma` (macOS System Shortcuts), `Ctrl+Alt+S` (XWin), `Ctrl+Alt+S` (GNOME), `Ctrl+Alt+S` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+Alt+S` (Sublime Text), `⌘ Comma` (Sublime Text (macOS)), `⌘ Comma` (Xcode), `Ctrl+Alt+S` (Visual Studio), `⌘ Comma` (Visual Studio (macOS)), `Ctrl+Alt+S` (ReSharper), `⌘ Comma` (ReSharper (macOS)), `Ctrl+Alt+S` (QtCreator), `⌘ Comma` (QtCreator (macOS)), `Ctrl+Alt+S` (NetBeans), `Ctrl+Alt+S` (Eclipse), `⌘ Comma` (Eclipse (macOS)) ![the Settings icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.general.settings.svg)

Use this page to configure JavaScript debug options.

| Item | Description |
| --- | --- |
| Show the following properties for an object node |    Select this checkbox if you want CLion to show certain object node properties and configure a list of the properties to display.      For each object node in the Variables pane, CLion will display a label with the values of the listed properties.       Use the ![the Add button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.general.add.svg) and ![the Remove button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.general.remove.svg) buttons to manage the list of properties.     |

## See also

### Procedures

[Breakpoints](using-breakpoints.html)

### Procedures

[Debug](debugging-code.html)  [JavaScript](javascript-specific-guidelines.html)

### Reference

[Debug tool window](debug-tool-window.html)

