You can use the following icons on the InterTest Debug view toolbar to perform debugging activities on the currently active program in the Program Listing area:
Icon |
Description |
|---|---|
|
When stopped within a paragraph or subroutine, the STEP RETURN command causes the test session to continue until the session encounters the statement following PERFORM or CALL that invoked the current paragraph or subroutine, where a break point occurs. You must have the Statement Trace enabled in the session settings to use STEP RETURN. |
|
When stopped on a PERFORM or CALL, the STEP OVER command causes the test session to continue until the statement following the PERFORM or CALL is encountered, where a break point occurs. |
|
Initiates a single-step execution process in which the control stops at the next executable statement. Each single step request executes one statement and stops. |
|
Resumes execution of the current debug session from the last breakpoint encountered. |
|
Positions the program listing at the current instruction. |
|
Lets the debugger step forward through the execution path. |
|
Lets the debugger step back through the execution path. |
|
Runs the CA InterTest for CICS New Copy utility in the CICS region. |
|
Sends an Attention keystroke to the mainframe. |
|
Opens the Select Termination Options dialog. |
|
Starts a debug session. You can specify the settings to debug the selected batch or CICS project using the InterTest Debug Settings dialog for that project. |
|
This section contains the following topics: Set Execution Count Preferences Use the Statement Trace Option Terminate or Suspend a Debug Session |
| Copyright © 2016 CA. All rights reserved. |
|