Debugging an Orchestration

Using Break Points

Break points can be used to determine when a certain activity is executed and are helpful when editing or testing an orchestration.

To set a break point for an activity

  1. On the Orchestration.eporch tab, right-click the appropriate activity.

  2. Click Insert Breakpoint.

Note: You can also set a breakpoint in the external code used in orchestration. For more information on external code, refer to Using External Code with an Orchestration Process.

To delete a break point from an activity

  1. On the Orchestration.eporch tab, right-click the appropriate activity.

  2. Click Delete Breakpoint.

To clear all break points in an orchestration

On the Debug menu, click Delete All Breakpoints.

Single-Stepping through Activities

Once an ePortal presentation project is built, the activities of the associated orchestration can be single-stepped through using Visual Studio debugger in break mode. Use the QuickWatch window of Visual Studio to monitor the properties of the object of interest.

To break the execution of the presentation project manually

On the Debug menu, click Break All. The debugger stops the execution and the orchestration is now in break mode.

To resume running mode

On the Debug menu, click Start.