Allowing Breakpoints to Stop a Program While Stepping | Environment Variables |
dbxenv Command |
The step_events environment variable determines whether breakpoints stop execution when you are stepping through your program.
step_events on | off | Allow breakpoints while stepping with the step or next command. Default: off. |