Notifications
Clear all

[Solved] What is a debug ?

4 Posts
5 Users
8 Likes
471 Views
1
Topic starter

🐞Β 

Β 
4 Answers
1

Debugging, in computer programming and engineering, is a multistep process that involves identifying a problem, isolating the source of the problem and then either correcting the problem or determining a way to work around it. The final step of debugging is to test the correction or workaround and make sure it works.

3

the process of identifying and removing errors from computer hardware or software.

2

In simple term it means Removing Bugs from your Code.

1

Debugging isΒ the process of finding and fixing errors or bugs in the source code of any software. When software does not work as expected, computer programmers study the code to determine why any errors occurred.

Share: