IBreakpoint Interface
Provides the base requirements for a breakpoint within an IDebugger.
public interface IBreakpoint
Properties
Symbol
Gets the IDebuggableSymbol at which to break.
IDebuggableSymbol Symbol { get; }
Property Value
- IDebuggableSymbol:
The IDebuggableSymbol at which to break.