CA InterTest main window displays the navigation markers such as bookmarks, task markers, and breakpoint markers related to a program. A navigation marker help you to quickly navigate to the line associated with it.
Navigation markers show in the left and right rulers. The right ruler appears next to the vertical scroll bar, the relative location of various markers in the Program Listing area. Hover your mouse cursor over these markers to identify the type of that marker. For example, hovering over a breakpoint marker displays the breakpoint type.
When you click the marker, the program will reposition the listing to bring that line into focus. The breakpoint marker in the left ruler is an example of a marker set at a line.
Type of markers, each with its own shape, include breakpoint markers, bookmarks and task markers. During a debugging session, a special icon indicating the current execution point will be shown in the left ruler.
To use markers and other functions on the left ruler, right click the left ruler and then select one of the following options:
|
Select |
To |
|---|---|
|
Add Bookmark |
Add a bookmark to the program listing. You can see these bookmarks in the Bookmark view. |
|
Add Task |
Add a line specific task to the program listing. You can see these tasks in the Tasks view. |
|
Run From Here |
Reposition the execution point when the program is halted at a breakpoint, and start execution from the current line. |
|
Add Breakpoint |
Add an unconditional breakpoint or a variable breakpoint to the program. |
|
Configure Breakpoint |
Modify or create a complex breakpoint definition using the Configure Breakpoint dialog. |
|
Reset Execution Counts |
Reset the counts in the ruler. When a program is halted at a breakpoint, the counts ruler is visible but resets all the statement counts to zero. |
|
Show Execution Count |
Adds another ruler to the left of the Program Listing area that contains execution counts for each executable statement. |
|
Show Line numbers |
Shows the line number of the line. This is the line number of the statement in the listing file. Note: Press <Ctrl>+L to directly navigate to a line number in the program listing. |
|
Preferences |
Allows you to set your preferences for the Program Listing area using the Preferences dialog. |
Note: You can use these functions only if you have installed the appropriate feature. Some functions are available to only CA InterTest for CICS users, CA InterTest Batch users or administrators.