Program Debugging

Print this page

Introduction

 
  • Most difficult phase of program development is debugging.
  • After proper testing and debugging also, most programs are not perfect.
  • In this module we focus on program debugging. Program/software testing is beyond the scope of this modules, which is a part of the software engineering course.
  • When program gives an unexpected output, we have to find why it is giving unexpected output and correct it.
  • We discuss a few simple method for debugging a program.
Start