program debugging Flashcards
1
Q
debugging
A
troubleshooting in a program
2
Q
visual inspection
A
a basic debugging process, looking at each statement one by one
3
Q
debug output statement
A
its output helps determine whether the preceding statement has a bug
4
Q
hierarchical debugging
A
commonly a programmer strives to find regions of related statements