TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-30
BREAK Command
BREAK Command
Use the BREAK command to set a debugging breakpoint on a specified variable level.
variable-level
is the name of an existing variable level or built-in variable.
Considerations
•
The specified variable level cannot be in a shared segment.
•
If you do not specify a variable level, TACL displays a list of all breakpoints
currently set.
•
Just before invoking any variable level on which a breakpoint has been set, TACL
automatically invokes _DEBUGGER.
•
For additional information about how to debug TACL statements, see the
DEBUGGER Function on page 8-51.
BREAK [ variable-level ]