program debugging Flashcards

1
Q

debugging

A

troubleshooting in a program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

visual inspection

A

a basic debugging process, looking at each statement one by one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

debug output statement

A

its output helps determine whether the preceding statement has a bug

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

hierarchical debugging

A

commonly a programmer strives to find regions of related statements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly