The following debugging enhancements have been made:
- COBOL watchpoints and break on data change - you can set COBOL watchpoints on individual data items in native COBOL. COBOL watchpoints enable you to watch the area of memory associated with the particular data item and help track memory corruption. When the memory changes, debugging stops on the line that immediately follows the line on which the data has changed. This feature works with native code only.
- Watchpoints (Native COBOL) window - enables you to manage the COBOL watchpoints you add to your applications and view the contents of the memory associated with each watchpoint. This feature works with native code only.
- Simplified remote debugging - a simplified process for setting up remote debugging is provided.
- Attach to 64-bit process and debug - provides the ability to attach to and debug 64-bit COBOL processes.
- Debug tooltip for OCCURS items - you can now specify whether the debug tooltips for OCCURS items should display all items in an array or the value of an expression.