Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.15 KB

to-evaluate-breakpoint-using-expression.adoc

File metadata and controls

17 lines (11 loc) · 1.15 KB

To Evaluate a Breakpoint Using an Expression

To test a Mule expression against the Event Processor set with a breakpoint:

  1. Ensure that Studio has stopped the flow execution at the desired breakpoint. When stopped, the breakpoint appears surrounded by a dotted blue line in the canvas, and Studio populates the Mule Debugger View with information.

  2. Click the DataWeave Expression Watches icon to-evaluate-breakpoint-using-expression-336e3 above the right-hand pane in the Mule Debugger View. Studio displays the expression evaluation window.

  3. Type the DataWeave expression you wish to evaluate in the provided input field, and press enter. Studio evaluates the expression, then displays the result in the Name, Value and Type columns.

Using the expression evaluation window, you can also edit message properties or attributes. Right-click the property value or attribute, type the new value, and press enter.