In This Article

IBreakpoint Interface

Provides the base requirements for a breakpoint within an IDebugger.

public interface IBreakpoint

Properties

Symbol

The IDebuggableSymbol at which to break.

IDebuggableSymbol Symbol { get; }

Property Value

IDebuggableSymbol

Extension Methods