Lab7 ==== You are part of a team that develops quality systems comprising of C code, Perl scripts and Makefiles. Your project manager asserts that team members need more training using a debugger. Two possibilities exist viz., 1. train the team members on how to use gdb, perl -d and remake 2. train the team members on how to use ddd (a common interface to gdb, perl -d and remake). You task is to determine which of the two possibilities best meets the teams needs. You may consult your team mates from Ex1-2 for an opinion but your conclusions must be your own. Deliverables ------------ A printed report detailing your conclusions. You must justify your conclusions by detailing personal debugging experiences and by demonstrating the debuggers on minimal examples.