Do compilers
help with debugging?
They
do, in two important ways:
- Before
compiling, the font coloring and indentation features of the compiler's
text editor help the programmer catch minor errors.
- During
compiling, the compiler delivers error messages when it comes across
instructions that violate C rules.
See Using
the Miracle C Compiler to find out how errors messages work in Miracle
C. |