This documentation is archived and is not being maintained.
System.Activities.Debugger Namespace
Visual Studio 2010
The System.Activities.Debugger namespace contains classes that provide support for debugging of workflows in Visual Studio 2010.
| Class | Description | |
|---|---|---|
![]() | DebugInfo | Represents the debugging information. |
![]() | LocalsItemDescription | Represents the name and type of an early bound item that displays in the workflow debugger Locals window. |
![]() | SourceLocation | Identifies a specific location in a target source code file. |
![]() | SourceLocationProvider | Provides SourceLocation information for the mapping of a root activity and its descendants to their corresponding source locations. |
![]() | State | Maintains property information that pinpoints source code locations that can serve as breakpoints or be stepped to by the interpreter. |
![]() | StateManager | Manages the debugging of each activity that is mapped to a state by the debugging infrastructure. |
![]() | ThreadWorkerController | Supports the creation and execution of an auxiliary debugging thread, or island, on a dedicated worker thread. This type is a utility class used by the framework and is not intended for public use. |
![]() | VirtualStackFrame | Provides a virtual call stack frame for the interpreter. |
![]() | XamlDebuggerXmlReader | Provides the functionality to parse XAML markup code into an object or tree of objects. |
| Interface | Description | |
|---|---|---|
![]() | IDebuggableWorkflowTree | Provides an interface whose implementation enables the Workflow debugger to debug a serialized Workflow object. |
Show:

