Читать книгу Beginning Programming All-in-One For Dummies - Wallace Wang - Страница 101

STEP OVER

Оглавление

To avoid stepping through every subprogram, debuggers let you use the step over command. This command tells the computer, “See that entire subprogram? Treat it as a single command, and don't bother stepping through it line-by-line.” Figure 4-8 shows how the step over command works.


FIGURE 4-8: The step over command lets you skip, or “step over,” the lines stored in a subprogram.

The step over command lets you completely skip over any lines of code stored inside of a subprogram.

Beginning Programming All-in-One For Dummies

Подняться наверх