This topic has not yet been rated - Rate this topic

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 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 propertyCurrentContextGets or sets the current scope of execution in the source file.
Public propertyCurrentLocationGets or sets the current location of execution.
Public propertyHideSourceFileNameGets or sets a value that indicates whether the source file name in the viewer is hidden.
Public propertyIsDebuggingGets or sets a value that indicates 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 methodEnsureVisibleEnsures that the debugger service is visible.
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.5, 4

.NET Framework Client Profile

Supported in: 4

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.