I'm sorry. There are a few things I don't understand.
First, are you talking about LabVIEW online tutorials. If you are, then I can't help you because I never tried them so I don't know how they look.
Second, what do you mean by showing the program piece by piece? You can go over the entire program in LabVIEW and if you have subVIs (the equivalents of functions in other languages), you can go into them by double clicking their icon.
Third, did you press the highlight execution button? If so, what is your current problem?
The breakpoint tool is the bottom left one in the tools palette (the one that looks like a stop sign). You can use it to place breakpoints in the code (click it on a wire), and the program will stop when it gets to that point. You can resume the program by pressing the pause button in the toolbar. You can also use conditional probes to break programs only when certain conditions occur.
___________________
Try to take over the world!