Opening the Graphic Trigger Window from an IL Module
Let us assume that you have an IL module, also containing the following instructions.
Let us also assume that you want to know the value of b, d, and k, just before the ST k instruction is executed. To do so, move the cursor to line 12 and click Debug>/Add/Remove graphic trigger.A green arrowhead appears next to the line number, and the graphic trigger window pops up.
Not all the IL instructions support triggers. For example, it is not possible to place a trigger at the beginning of a line containing a JMP statement.