Читать книгу Beginning Programming All-in-One For Dummies - Wallace Wang - Страница 100
Over and out
ОглавлениеThe stepping over and stepping out commands are used to debug a large program that consists of multiple subprograms. Normally, stepping would force you to examine every subprogram, line-by-line. However, what if you know the problem isn’t in a specific subprogram?
By using the step over
and step out
commands, you can avoid stepping through lines of code stored in a subprogram.