breakpoint
Locate every routine and loop where a variable is assigned, along with the index conditions needed to pause and watch its value; scanner warnings are returned separately.
Instructions
Where to stop to watch a variable, and on what condition: the routines that assign it, the loops enclosing each assignment, and their index variables. Relevant scanner warnings are returned separately when present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variable | Yes | Variable or field path, e.g. aqu_d%rchrg |