Computer Science for IGCSE & O level - Software (Section 2 - No. 25)

What is the primary function of a debugger within an IDE?
To automatically fix coding errors.
To execute a program and check errors.
To manage files.
To translate the source code into machine code.

Explanation

A debugger allows you to step through your program, examine variables, and identify errors.

Comments (0)

Advertisement