Step Into
-
If you used the
Group step to create a group
containing several steps, create a breakpoint at the group step in the same way a step was created at any other step.
-
If the group is collapsed using Single Stepping, Design Studio treats the group as a single step and will not enter any of the grouped steps.
-
If the group is expanded, the steps in the group are visited when using single stepping.
-
If a group is collapsed, using the Step Into icon, instead of the Single Step icon, it results in the debugger stepping into the group and visiting each step.
-
- To leave the group and advance the debugger to the step following the Group step, click Step Out.