![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The Rule Debugger suspends the execution of the rule just prior to the event taking place and displays the name of the event in the Debug Information section. When the Debugger has suspended the execution of your rule, you can examine the execution state of the present break event or modify the execution state of the next break event to be encountered. To continue processing the rule, use the GO command or press PF5 or PF15.To examine or modify the execution state use the primary commands listed in the following table. Press Enter to execute the command.
LIST local variable nameLIST table.fieldLIST table.* SET local=valueSET table.field=valueSET table.*=value Display a list of all active local variables and their values. Display a list of all active tables and the field values being currently accessed.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |