Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.22 KB

working-with-breakpoints.md

File metadata and controls

32 lines (23 loc) · 1.22 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: Working with Breakpoints
Working with Breakpoints
06/08/2017
biztalk-server
article

Working with Breakpoints

You can set breakpoints by attaching to a suspended orchestration, or by setting a breakpoint on a class.

Note

When you undeploy an assembly, the database maintains the tracking options and breakpoint information for that assembly. If you subsequently deploy the same assembly again, the options and breakpoint information for that assembly are restored.

To attach to a suspended orchestration

  1. Select an automatically suspended orchestration using a suspend shape, and then go to Step 3.

  2. Refresh the view to check that the instance now appears in a Suspended state.

  3. Click Resume in Debug.

    The orchestration resumes in an In Breakpoint state. You can now debug interactively.

To switch to the Message Flow view

  • Right-click a cell in the Results list and select Message Flow from the shortcut menu.

See Also

Working with the Orchestration Debugger View