IBreakpoint

A stop point in the source file of a code.

Declaration Syntax

public interface IBreakpoint

Table 1882: Members

Property

IsEnabled

Specifies whether the breakpoint is enabled or not.

Property

Line

The line number on which the breakpoint is.

Property

SourceFile

The file to which the breakpoint is attached.