DebuggerService Class

Definition

Manages the placement of breakpoints for a debugging process.

public ref class DebuggerService : System::Activities::Presentation::Debug::IDesignerDebugView
public class DebuggerService : System.Activities.Presentation.Debug.IDesignerDebugView
type DebuggerService = class
    interface IDesignerDebugView
Public Class DebuggerService
Implements IDesignerDebugView
Inheritance
DebuggerService
Implements

Constructors

DebuggerService(EditingContext)

Creates a new instance of the DebuggerService class with the specified editing context.

Properties

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.

Methods

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)
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()

Gets the Type of the current instance.

(Inherited from Object)
InsertBreakpoint(SourceLocation, BreakpointTypes)

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(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.

Applies to