WebStorm 2017.2 Help

Stepping

File | Settings | Build, Execution, Deployment | Debugger | Stepping for Windows and Linux
WebStorm | Preferences | Build, Execution, Deployment | Debugger | Stepping for macOS
Ctrl+Alt+S settings


Use this page to improve the debug stepping speed and specify the elements to be skipped while stepping.

ItemDescription
JavaScript
Do not step into library scriptsSelect this check box to suppress stepping into library scripts while debugging.
Do not step into scriptsSelect this check box to suppress stepping into certain scripts while debugging. Use the toolbar buttons to manage the list of scripts to be skipped.
ItemShortcutDescription
newAlt+InsertClick this button to add a new script filter.
deleteAlt+DeleteClick this button to delete the selected filter from the list.
edit1EnterClick this button to edit the selected filter.
arrowUp/arrowDownUse these buttons to arrange filters as required.
copyClick this button to create a copy of the selected filter.
Last modified: 29 November 2017

See Also