📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!

  • google app store apple app store
  • ✖

      Question

      Which debugging tool allows a developer to pause program

      execution at specific lines, inspect variable values, and execute code step-by-step? 
      A Compiler Correct Answer Incorrect Answer
      B Linker Correct Answer Incorrect Answer
      C Integrated Development Environment (IDE) Debugger Correct Answer Incorrect Answer
      D Version Control System Correct Answer Incorrect Answer

      Solution

      IDE debuggers provide features like breakpoints, step-by-step execution (step over, step into, step out), and variable inspection, which are crucial for effective debugging.

      Practice Next
      ask-question