Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 18 Processing in Debug Mode : How to Examine and Modify the Execution State

How to Examine and Modify the Execution State
Suspension of the Execution State
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.
Commands Available to Examine the Execution State
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 name
LIST table.field
LIST table.*
SET local=value
SET table.field=value
SET 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
Copyright © TIBCO Software Inc. All Rights Reserved