In COBOL, a _____ is a condition that triggers a temporary stop in program execution for inspection during debugging.

  • Breakpoint
  • DEBUGGER
  • HALT
  • STOP RUN
A breakpoint in COBOL is a condition set by the programmer that causes a temporary stop in program execution during debugging. This allows the programmer to inspect variables and control the flow of the program for effective debugging.
Add your answer
Loading...

Leave a comment

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