This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unable to Step Through Called Program Compiled in CodeWatch Debug Mode

I have compiled a Cobol source file, xyz.cbl, in CodeWatch with the following Build Options set:

1. "D: Compile WITH DEBUG MODE" File Column=Yes and All Column=Yes

2. "Y: Symbol Info in Object File" File Column = Yes(2,3) and All Column=Yes(2,3)

I get a clean compile, cob file is generated, and in the workspace window I see "Configured options: D Y=3"

However while stepping through another program via CodeWatch debugger when I call the program above and attempt to step through it I get the notification "Program 'xyz' was not compiled with the Y=[2|3] option". Please note we're using RM Cobol 12.17. Not certain if I just compiled xyz with the wrong option set in CodeWatch or if something else is not set. Any feedback would be appreciated.