This documentation is archived and is not being maintained.

DebuggerService Class

Manages the placement of breakpoints for a debugging process.

System::Object
  System.Activities.Presentation.Debug::DebuggerService

Namespace:  System.Activities.Presentation.Debug
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public ref class DebuggerService : IDesignerDebugView

The DebuggerService type exposes the following members.

  NameDescription
Public methodDebuggerServiceCreates a new instance of the DebuggerService class with the specified editing context.
Top

  NameDescription
Public propertyCurrentContextSets the current scope of execution in the source file.
Public propertyCurrentLocationSets the current location of execution.
Public propertyHideSourceFileNameHides the source file name in the viewer.
Public propertyIsDebuggingGets or sets whether debugging is the current state.
Public propertySelectedLocationGets the currently selected location from the designer.
Top

  NameDescription
Public methodDeleteBreakpointDeletes a breakpoint from its location in the source file.
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetBreakpointLocationsReturns a list of the latest breakpoint locations.
Public methodGetExactLocationReturns an exact source file location based on the start and end line numbers of the activity in its serialized XAML form.
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodInsertBreakpointInserts a new breakpoint of the specified type at the specified location.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodResetBreakpointsResets breakpoints and prepares for breakpoint refresh.
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodUpdateBreakpointUpdates the appearance of a specified breakpoint to show the specified type.
Public methodUpdateSourceLocationsCollects the new mapping of model item and breakpoints from SourceLocationMapping.
Top

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: