This documentation is archived and is not being maintained.
DebuggerService Class
Visual Studio 2010
Manages the placement of breakpoints for a debugging process.
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 | Sets the current scope of execution in the source file. |
![]() | CurrentLocation | Sets the current location of execution. |
![]() | HideSourceFileName | Hides the source file name in the viewer. |
![]() | IsDebugging | Gets or sets 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. |
![]() | 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 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.
Show:
