Describe the debugging process as a loop. What condition allows you to end the loop?
What will be an ideal response?
Try to reproduce the error. If you can’t, you’re done. If you can, make a guess about where in the code the problem might lie. Watch the execution and see if all that happens is as desired, making predictions about expected results and questioning assumptions as necessary if you hit dead ends. Make a change to the code based on your findings. Repeat the process. When nothing seems amiss, you can consider the program debugged and end the loop.
You might also like to view...
The Watch Window is useful to monitor cells in one part of a workbook while working on another part of the workbook
Indicate whether the statement is true or false
The ____ presents information about the document, the progress of current tasks, and the status of certain commands and keys.
A. status bar B. scroll bar C. document window D. information bar