+ 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?
4 Respostas
+ 13
the process of removing errors is called debug
+ 5
Basically you go through your code piece by piece until you find the bug that's making your code to malfunction.
+ 5
bug = error
debug = finding the errors to fix them
+ 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.