Part A - Local Debugging
- Expand Lab1 project, and double-click blueprint.xml to open it in the editor.
- Hover the mouse over the Log component.
- Click on the red ball to add a breakpoint.
- Accept the warning and save the file (Ctrl+S).
- Right-click on the blueprint.xml file, Debug As -> Local Camel Context (without tests).
- Right-click on the automatically created inputDir folder and click Import..
- Select General->File System and click Next.
- Browse to ~/FuseWorkshop/support/Lab1 and click OK.
- Select File1.xml and click Finish.
- The Debug perspective will show up.
- Click on the variables tab, and scroll to find the Message element.
- Expand the Message element, and click on MessageBody.
- Click on the step-over button.
- Check the MessageBody.
- Step over the route and inspect the exchange values.
- Click on the Resume button.
- Click on the Fuse Integration perspective button.
- Close the blueprint files without saving.
- Stop the debugger.