Opening a 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, then click Debug>Add/Remove text trigger.A green arrowhead appears next to the line number, and the related 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.