A programmar has a 10,000 line code. She is trying to debug it. She knows there is a logical error in the first 25 lines of the code. Which of the following options will be an efficient way of debugging?
A. Compile the whole code and step into it line by line
B. Use an interpreter on the first 25 lines
C. Compile the whole code and run it
D. None of these
Answer: Option B ( Use an interpreter on the first 25 lines )