IDesignerDebuggingService Interface

Represents a service provided by designer, so that the project can invoke it.

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
<GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")> _
Public Interface IDesignerDebuggingService
'Usage
Dim instance As IDesignerDebuggingService
[GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")]
public interface IDesignerDebuggingService
[GuidAttribute(L"0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")]
public interface class IDesignerDebuggingService
[<GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")>]
type IDesignerDebuggingService =  interface end
public interface IDesignerDebuggingService

The IDesignerDebuggingService type exposes the following members.

Properties

  Name Description
Public property Debuggee Gets the debuggee of this designer.
Public property IsDebugPackageInstalled Gets a value that indicates whether the debug package is installed in the current AppID.
Public property Mode Gets the debugging mode for this designer.

Top

Methods

  Name Description
Public method GetBreakpointInfo Returns the breakpoint information from the designer.
Public method GetBreakpoints Returns an enumeration of breakpoints from the designer.
Public method GetRunningPrograms Returns a running programs.
Public method RemoveBreakpoint Removes the breakpoint from the designer.
Public method SetBreakpoint Sets a breakpoint from the designer.

Top

Events

  Name Description
Public event DebugEvent Occurs when the designer is being debugged.

Top

See Also

Reference

Microsoft.DataWarehouse.Interfaces.Debugger Namespace