RubyMine 2017.1 Help

Stepping

File | Settings | Build, Execution, Deployment | Debugger | Stepping for Windows and Linux
RubyMine | Preferences | Build, Execution, Deployment | Debugger | Stepping for macOS
Ctrl+Alt+S
/help/img/idea/2017.1/settings.png


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
/help/img/idea/2017.1/new.pngAlt+InsertClick this button to add a new script filter.
/help/img/idea/2017.1/delete.pngAlt+DeleteClick this button to delete the selected filter from the list.
/help/img/idea/2017.1/edit1.pngEnterClick this button to edit the selected filter.
/help/img/idea/2017.1/arrowUp.png//help/img/idea/2017.1/arrowDown.pngUse these buttons to arrange filters as required.
/help/img/idea/2017.1/copy.gifClick this button to create a copy of the selected filter.
Ruby (these options are only available if the Ruby plugin is installed and enabled)
Ignore non-project sourcesSelect this check box to suppress stepping into non-project sources while debugging.

See Also

Last modified: 18 July 2017