Related Topics:| 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 :
Debugging Options. Or, in the Sun WorkShop main window, choose Options
Debugging Options.
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.