CA InterTest lets you add request breakpoints to any program. A request breakpoint halts your program at specified points so that you can check program processing. For example, you can halt a program before every READ command, then use single-step through the read instructions, and then check if the program has read the correct record.
To add a request breakpoint
The InterTest Debug view opens.
The InterTest Monitoring Settings dialog for the selected program opens.
Note: Monitor and Data Monitor are monitoring options, not request breakpoints.
Note: To see the CICS commands, select the Main tab in the InterTest Monitoring Settings dialog for a CICS program. The commands are available under the Request Breakpoints Settings.
A new request breakpoint is set for the selected program.