BREAKPOINT |
Top Previous Next |
The BREAKPOINT keyword will enter an execution breakpoint that will stop the thread in question when enabled in the RTCU IEX.
Please refer to the RTCU IEX documentation for details and usage.
Example: INCLUDE rtcu.inc IF a = 500 THEN BREAKPOINT; END_WHILE; |