Issue: The following menu items in the Run menu are grayed out and their functions are disabled during debugging of a COBOL application:
Run to Line
Use Step Filters
Watch
Inspect
Display
Execute
Step Into Selection
Toggle Line Breakpoint
Toggle Method Breakpoint
Toggle Watchpoint
Solution: These menu items are used for debugging a Java application, and cannot be used for a COBOL application.
To add or delete a breakpoint, right-click on the vertical ruler of the COBOL editor, and select "Add Breakpoint" or "Remove Breakpoint" from the context menu.
To execute a program up to the specified line, select "Run to Line" from the context menu of the COBOL editor.