What does debugging a code mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What does debugging a code mean?

Debug and release

12th Oct 2020, 11:33 PM
INERTIA
INERTIA - avatar
5 Answers
+ 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.
13th Oct 2020, 12:38 AM
Arsenic
Arsenic - avatar
+ 3
If your code doesnt work because somthing is wrong, fixing it
13th Oct 2020, 1:05 AM
Cam UOR
Cam UOR - avatar
+ 3
Thank you very much to all of you for answering the questions
13th Oct 2020, 1:32 AM
INERTIA
INERTIA - avatar
+ 3
Bugs are errors introduced by programmers, most commonly.
13th Oct 2020, 4:42 AM
Sonic
Sonic - avatar
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).
13th Oct 2020, 3:48 AM
Aditya rout
Aditya rout - avatar