Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Activities.Debugger Namespace

.NET Framework (current version)
 

Provides classes related to the system debugger.

ClassDescription
System_CAPS_pubclassDebugInfo

Represents the debugging information.

System_CAPS_pubclassLocalsItemDescription

Represents the name and type of an early bound item that displays in the workflow debugger Locals window.

System_CAPS_pubclassSourceLocation

Identifies a specific location in a target source code file.

System_CAPS_pubclassSourceLocationFoundEventArgs

Represents SourceLocationFoundEventArgs.

System_CAPS_pubclassSourceLocationProvider

Provides SourceLocation information for the mapping of a root activity and its descendants to their corresponding source locations.

System_CAPS_pubclassState

Maintains property information that pinpoints source code locations that can serve as breakpoints or be stepped to by the interpreter.

System_CAPS_pubclassStateManager

Manages the debugging of each activity that is mapped to a state by the debugging infrastructure.

System_CAPS_pubclassThreadWorkerController

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.

System_CAPS_pubclassVirtualStackFrame

Provides a virtual call stack frame for the interpreter.

System_CAPS_pubclassXamlDebuggerXmlReader

Provides the functionality to parse XAML markup code into an object or tree of objects.

InterfaceDescription
System_CAPS_pubinterfaceIDebuggableWorkflowTree

Provides an interface whose implementation enables the Workflow debugger to debug a serialized Workflow object.

Return to top
Show: