Setting Step Granularity

Related Topics:

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:

1. In the Debugging Window, choose Debug Debugging Options.

2. In the Debugging Options Dialog Box, clidk the Debugging Behavior tab

3. Select the appropriate radio button, Statement or Line..

4. Click OK to save changes for the current session, or click Save As Defaults and then click OK to save as the new default for all sessions.

Note - This option is equivalent to the dbx
step_granularity Environment Variable.