IDesignerDebugView Interface
Provides functionality for an activity designer debugger view.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | CurrentContext | When implemented in a derived class, gets or sets the scope of execution within the source file. |
![]() | CurrentLocation | When implemented in a derived class, gets or sets the current location of execution in a file being processed by the debugger. |
![]() | HideSourceFileName | Gets or sets a value that indicates whether the Xaml source file name should be hidden. |
![]() | IsDebugging | When implemented in a derived class, gets or sets a value that indicates whether debugging is enabled. |
![]() | SelectedLocation | When implemented in a derived class, gets the selected SourceLocation. |
| Name | Description | |
|---|---|---|
![]() | DeleteBreakpoint(SourceLocation^) | When implemented in a derived class, removes a breakpoint at the specified location in the source file. |
![]() | EnsureVisible(SourceLocation^) | Ensures that the IDesignerDebugView is visible. |
![]() | GetBreakpointLocations() | When implemented in a derived class, returns a list of currently set breakpoint location-and-type pairs. |
![]() | GetExactLocation(SourceLocation^) | When implemented in a derived class, returns an exact location in a source file based upon an approximate location. |
![]() | InsertBreakpoint(SourceLocation^, BreakpointTypes) | When implemented in a derived class, places a breakpoint at the specified location in a file. |
![]() | ResetBreakpoints() | When implemented in a derived class, resets the position of the breakpoint in a file. |
![]() | UpdateBreakpoint(SourceLocation^, BreakpointTypes) | When implemented in a derived class, updates the type of the breakpoint at a specified location in a file. |
Available since 4.0

