Which debugging technique involves adding temporary output statements to your COBOL code to track the program's flow and variable values?

  • Backtracking
  • Code inspection
  • Interactive debugging
  • Print debugging
Print debugging is a debugging technique where temporary output statements are added to the COBOL code to print variable values and messages during program execution. This helps in understanding the program's flow and identifying issues.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *