When debugging, using a _____ allows you to save the current state of your COBOL program for later analysis.

  • Breakpoint
  • Checkpoint
  • Snapshot
  • Watchpoint
In COBOL debugging, a "Snapshot" allows you to capture the current state of the program at a specific point. It includes the values of variables, registers, and other relevant information for later analysis, aiding in identifying and resolving issues.
Add your answer
Loading...

Leave a comment

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