+ 2
What does debugging a code mean?
Debug and release
5 Réponses
+ 7
If you simply mean the term debugging then it is the process of removing bugs from your code.
If you mean Debug mode of compiler then, it is a mode in which the program is executed with optimiser turned off and provide you with all the debugging/symbol information included in your build thus making the process of debugging easy.
+ 3
If your code doesnt work because somthing is wrong, fixing it
+ 3
Thank you very much to all of you for answering the questions
+ 3
Bugs are errors introduced by programmers, most commonly.
0
Debugging is a process where faulty lines of a program are presented to the programmer.Debugging tools are pre built with most of the IDE(S).