次の方法で共有


How to: Change the Debug Stepping Option (Legacy)

This topic describes how to change the debug stepping option for Windows Workflow Foundation (WF) applications in the legacy Windows ワークフロー デザイナー that have concurrent actions. Use the legacy ワークフロー デザイナー when you need to target either the .NET Framework Version 3.5 or the .NET Framework 3.0.

When you are debugging legacy activities that have concurrent execution, such as ParallelActivity or ConditionedActivityGroup, you can use one of two options to step through your code.

Follow these steps to change the debug stepping option in your legacy workflow project.

Procedures

To change the debug stepping option

  1. Start Visual Studio.

  2. Open an existing legacy workflow project or create a new project that employs concurrent activities and that targets either the .NET Framework Version 3.5 or the .NET Framework 3.0.

  3. On the Workflow menu in the legacy ワークフロー デザイナー, point to Debug, and then point to Stepping Options.

  4. Select either Instance or Branch.

参照

概念

Debug Stepping Options (Legacy)

その他のリソース

Debugging Legacy Workflows