Hi Joe,
There is a way to set a breakpoint on the next step, but not using a "Statement" step. The solution in the attached Breakpoints.seq sequence file is using an "Action" step with ActiveX adapter, and creates the Step Oject from RunState.NextStep sub-property, then calls BreakOnStep method.
Alternatively, you might set the breakpoint on the same step, but there is a problem, as you are not able to use any step. The workaround to this is to create your own "Custom" steps derived out of NI Step Types and to define a presubstep with ActiveX Adapter. Then, the same mechanism can be used to set the breakpoint on the same step.
Hope this Helps!
Regards,
Silvius
Silvius Iancu