IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Troubleshooting > Use the integration debugger for problem determination > Manage variables and messages

Changing variable or message values in the integration debugger

In the Debug perspective, all variables or messages associated with a selected stack frame are displayed in the Variables view. You can change the value of many (but not all) variables and messages.

For example, if you are debugging a business process, you can change the value of process variables but not the value of partner or correlation set variables. And if you are debugging a mediation flow, you can change the values of elements in the context or body sections of a message, but you cannot change the values of elements in the header section of a message.

To change variable or message values:


Procedure

  1. In the Debug view, ensure that the correct stack frame is selected for the variable or message.

  2. In the Variables view, locate the variable part or message element that has the value you want to change.
  3. Right-click the variable part or message element and select Change Value. The Set Value window opens.
  4. Type the new value into the text area and click OK.

Manage test variations