Do you know what is debug? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

Do you know what is debug?

This question is for beginners. If you want to learn programming mostly you will spend your time with debugging your code. So we are here to help you. Any questions?

20th Mar 2017, 10:58 PM
Yasar Curci
Yasar Curci - avatar
4 Answers
+ 13
the process of removing errors is called debug
4th Sep 2017, 12:26 PM
Vijay(v-star🌟)
Vijay(v-star🌟) - avatar
+ 5
Basically you go through your code piece by piece until you find the bug that's making your code to malfunction.
21st Mar 2017, 4:21 AM
Errlin
+ 5
bug = error debug = finding the errors to fix them
21st Mar 2017, 12:36 PM
Hasan Al-Yazidi
Hasan Al-Yazidi - avatar
+ 2
Actually, "bug" comes from the time when computers where very big and they used vacuum tubes. When the program was not working, the programmers knew that there was a bug stuck somewhere, so they had to look for it in that big machine, to "debug". After a while, tehnology envolved and "bugs" became errors, so "debug" means finding and solving the error.
3rd Sep 2017, 7:52 AM
Codrut
Codrut - avatar