Ch. 3.10: Focus on Debugging: Hand Tracing a Program Flashcards
1
Q
What is hand tracing?
A
A debugging process where you pretend that you are the computer executing a program. A process that focuses your attention on each statement in a program. Often this helps you locate error that are not obvious.