You can only request a single step breakpoint rather than setting it.
To request a single step breakpoint, click the Step Once icon
on the InterTest Debug view toolbar.
This causes the debugger to move forward one verb or statement in the program execution then halt execution. Single stepping through a program is equivalent to setting an unconditional breakpoint at every executable statement.