Define the process of debugging
Generally when developing the code, software developer also carries out some testing. This is called debugging. This unearths the defects that should be removed from program. Testing and debugging are different processes. Testing is meant for finding existence of defects whereas debugging stands for locating the place of errors and correcting errors during process of testing.