...

/

Quiz on Debugging

Quiz on Debugging

Test yourself with a quiz provided in this lesson.

We'll cover the following...
1

(Fill in the blank.) If a program crashes, a debugger will NOT __________

A)

help you figure out where it’s crashing.

B)

allow you inspect variable values.

C)

halt the program execution at the point where the crash occurred.

D)

automatically fix the problem.

Question 1 of 40 attempted