Debugging

Teacher Incharge : Ms. Bharti
Venue : Lab 2 (11:00 - 11:30)
Time Duration : 30 mins
Team Member : 1 participant per team

a)    Code from C/C++ will be provided.
b)    Students have to debug the code to find errors.
c)    Judgement of the judges will be final.
Debugging is the process of finding and resolving bugs or defects that prevent correct operation of computer software or a system. Debugging tends to be harder when various subsystems are tightly coupled, as changes in one may cause bugs to emerge in another. It involves numerous aspects, including interactive debugging, control flow, integration testing, log files, monitoring (application, system), memory dumps, profiling, Statistical Process Control, and special design tactics to improve detection while simplifying changes.