DebuggerService Class
.NET Framework 4.5
Manages the placement of breakpoints for a debugging process.
Namespace: System.Activities.Presentation.Debug
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The DebuggerService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DebuggerService | Creates a new instance of the DebuggerService class with the specified editing context. |
| Name | Description | |
|---|---|---|
![]() | CurrentContext | Gets or sets the current scope of execution in the source file. |
![]() | CurrentLocation | Gets or sets the current location of execution. |
![]() | HideSourceFileName | Gets or sets a value that indicates whether the source file name in the viewer is hidden. |
![]() | IsDebugging | Gets or sets a value that indicates whether debugging is the current state. |
![]() | SelectedLocation | Gets the currently selected location from the designer. |
| Name | Description | |
|---|---|---|
![]() | DeleteBreakpoint | Deletes a breakpoint from its location in the source file. |
![]() | EnsureVisible | Ensures that the debugger service is visible. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBreakpointLocations | Returns a list of the latest breakpoint locations. |
![]() | GetExactLocation | Returns an exact source file location based on the start and end line numbers of the activity in its serialized XAML form. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InsertBreakpoint | Inserts a new breakpoint of the specified type at the specified location. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResetBreakpoints | Resets breakpoints and prepares for breakpoint refresh. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateBreakpoint | Updates the appearance of a specified breakpoint to show the specified type. |
![]() | UpdateSourceLocations | Collects the new mapping of model item and breakpoints from SourceLocationMapping. |
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.


