The #BREAK compiler command causes the compiler to break on the specified line within the compile or on a designated entry reference (i.e., label in a procedure which is called from within the procedure or from another procedure). This command aids in compile time testing and debugging of PSL methods and compiler code.
Syntax
#BREAK ASK label^routine
Parameters
ASK |
An indication that the compiler will display the command line and prompt for a response before executing the command. If the command times-out before you respond, or if you enter N, NO, or 0 (zero) on the command line, the #BREAK command is skipped. |
label^routine |
The line tag (label) and routine name (routine) at which to set the breakpoint. |
When Became Available
Profile v6.3
Example
#break myMethod^ucprogam