Form Editing and Debugging

When you are testing a workflow that contains a form activity, the Workflow Debugger can be used to view the inputs and outputs of the form. However, there are times when a greater level of information is desired to understand what is happening inside the form itself.

This section discusses how to debug the code inside a form to get a better understanding of why the form is behaving as it is.

There are two different scenarios described in this section. One is debugging a custom form that was created using Visual Studio. The other is debugging a form that was created with the Forms Designer, and also describes the capability to edit that form in Visual Studio, if necessary.

Important: You must have Visual Studio 2008 installed on the machine on which you want to debug for either of the scenarios in the following sections to work.