Debugging Behavior Defaults |
By default, the step granularity for debugging is set to Statement, so that if more than one statement is included in a source code line, it requires that number of next commands to step through that line. You can choose to set the step granularity to Line, so that a single next command steps through a line regardless of the number of statements it includes.
To set the step granularity:
Note - This option is equivalent to the dbx step_granularity Environment Variable.