Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

----------------------------------------------------------------------

Sessions-3 : Debugging the First Example


----------------------------------------------------------------------

Visual Debugger :
https://docs.mulesoft.com/studio/7.5/visual-debugger-concept

Running a Project in debug mode


https://docs.mulesoft.com/studio/7.5/to-run-debug-mode

Setting Break point :


https://docs.mulesoft.com/studio/7.5/to-set-breakpoints

Example 02 : Debugging the First Example


----------------------------------------
1. Add break points ( Right click on any 'Event Processor' --> select 'Toggle break
point')
Studio applies a red dot to the building block’s icon on the canvas.
2. Debug the project
a. Right click on flow --> Debug project
b. At application start up time, a pop up open to ' Confirm Switch Perspective'
--> Click on 'Yes' --> Debug Perspetive will open.
3. Testing
a. After application is successfully deployed, Test the application.
d. controle will pause at break point. Observe the Mule Event ( attributes,
payload) values.
c. To move controle to next event processor, In 'Mule Debugger' view --> Click
on Next Processor(4th icon on top right corner) or click 'F6' key.

You might also like