WebStorm 6.0.1 Web Help

File | Settings | IDE Settings | Debugger | JavaScript

settings

WebStorm | Preferences | IDE Settings | Debugger | JavaScript

settings

Use this page to configure JavaScript debug options.

ItemDescription
Value tooltip delay (ms)Define the delay in milliseconds between the moment when the mouse pointer hovers over an object in editor, and the moment when a tooltip with the object's value is displayed.
Show DOM propertiesSelect, whether you want to view DOM properties in the tab, or not.
Show function valuesSelect, whether you want to view function values in the tab, or not.
Show only user-defined functionsSelect, whether you want to view user-defined functions only in the tab, or not.
Show the following properties for an object nodeSelect this check box if you want certain object node properties to be shown. Use add (Alt+InsertCommand N; Command Enter) and delete (Alt+DeleteCommand Delete) to add and remove the properties.
Do not step into scriptsSelect this check box to suppress stepping into certain scripts while debugging. Use add (Alt+InsertCommand N; Command Enter) and delete (Alt+DeleteCommand Delete) to add and remove the scripts to be skipped.

See Also

Concepts:

Procedures:

Reference:

Web Resources: