Debug step filters
Is there an option to automatically step over certain functions? I can't seem to find it. I have my own logging functions that I'd prefer to just step over automatically. Such an option seems like pretty standard fare, and if it exists, it's not in an obvious place. I know IntelliJ has step filters in an easily findable location, because I remember setting them up without any hassle.
If there is an option, it should be in the debugger options in a project:
If there ISN'T an option, one should definitely be implemented.
Please sign in to leave a comment.
Hi Christopher.
Please select "Do not step into library scripts" item via the "Preferences | Build, Execution, Deployment | Debugger | Stepping" tab. Does that help?