DebuggerService Class
Manages the placement of breakpoints for a debugging process.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | DebuggerService(EditingContext^) | 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(SourceLocation^) | Deletes a breakpoint from its location in the source file. |
![]() | EnsureVisible(SourceLocation^) | 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(SourceLocation^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | InsertBreakpoint(SourceLocation^, BreakpointTypes) | Inserts a new breakpoint of the specified type at the specified location. |
![]() | MemberwiseClone() | |
![]() | ResetBreakpoints() | Resets breakpoints and prepares for breakpoint refresh. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UpdateBreakpoint(SourceLocation^, BreakpointTypes) | Updates the appearance of a specified breakpoint to show the specified type. |
![]() | UpdateSourceLocations(Dictionary<Object^, SourceLocation^>^) | Collects the new mapping of model item and breakpoints from SourceLocationMapping. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


