Share via


IDesignerDebuggingService.SetBreakpoint Method

Sets a breakpoint from the designer.

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

Syntax

'Declaration
Sub SetBreakpoint ( _
    languageGuid As Guid, _
    location As String, _
    info As BreakpointInfo _
)
'Usage
Dim instance As IDesignerDebuggingService 
Dim languageGuid As Guid 
Dim location As String 
Dim info As BreakpointInfo

instance.SetBreakpoint(languageGuid, _
    location, info)
void SetBreakpoint(
    Guid languageGuid,
    string location,
    BreakpointInfo info
)
void SetBreakpoint(
    Guid languageGuid, 
    String^ location, 
    BreakpointInfo^ info
)
abstract SetBreakpoint : 
        languageGuid:Guid * 
        location:string * 
        info:BreakpointInfo -> unit
function SetBreakpoint(
    languageGuid : Guid, 
    location : String, 
    info : BreakpointInfo
)

Parameters

  • location
    Type: System.String
    The location where to set the breakpoint.

See Also

Reference

IDesignerDebuggingService Interface

Microsoft.DataWarehouse.Interfaces.Debugger Namespace