Debugging Behavior Defaults | Allowing Breakpoints to Stop a Program While Stepping |
By default, breakpoints do not stop program execution when you are stepping through your program.
To allow breakpoints to stop the program while stepping :
This allows breakpoints to stop the program while stepping. Usually, breakpoints are taken out on each step. If you have many breakpoints set, such as with Stop: In Class, setting this option speeds up stepping through the program.
Note - This option is equivalent to the dbx step_events Environment Variable.