Procedure
- Switch to the Debug perspective.
- Open the Variables view. Variables are shown
in a tree, using the symbol
.
- To work with a variable, right-click it and select an option
from the pop-up menu.
You cannot update
message trees, or REFERENCE variables.
For
example, if you have declared the following ESQL variables, you can
change their values in the debugger:
DECLARE myInt INT 0;
DECLARE myFloat FLOAT 0.0e-1;
DECLARE myDecimal DECIMAL 0.1;
DECLARE myInterval INTERVAL DAY TO MONTH;
Results
Message flow processing continues until the next breakpoint
that is set in the logical processing of the current message. If there
is no further enabled breakpoint at which the flow instance can pause,
processing runs to completion and the flow instance is removed from
the Debug view.
What to do next
If you have finished debugging this message flow, you
can remove the breakpoints, or end the debugging session: