Debugger. Stepping
File | Settings | Build, Execution, Deployment | Debugger | Stepping for Windows and Linux
GoLand | Settings | Build, Execution, Deployment | Debugger | Stepping for macOS
Use this page to improve the debug stepping speed and specify the elements to be skipped while stepping.
Item | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Always do smart step into | By default, this checkbox is selected and Smart Step Into is invoked automatically when you invoke Step Into in a line that contains multiple method calls. After that, you can select the call to step into. If this checkbox is cleared, you can choose between Step Into or Smart Step Into . | ||||||||||||||||||
Do not step into library scripts | Select this checkbox to suppress stepping into library scripts while debugging. | ||||||||||||||||||
Do not step into scripts | Select this checkbox to suppress stepping into certain scripts while debugging. Use the toolbar buttons to manage the list of scripts to be skipped.
|