IDkmPendingFileLineBreakpointCallback Interface

Definition

This interface is implemented by components that wish to add DkmPendingFileLineBreakpoint objects to the breakpoint manager. The breakpoint manager will query for the current location on the first bind and during an Edit-and-Continue apply.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, CompilerVendorId, EngineId, LanguageId, SourceId.

public interface class IDkmPendingFileLineBreakpointCallback
public interface class IDkmPendingFileLineBreakpointCallback
__interface IDkmPendingFileLineBreakpointCallback
public interface IDkmPendingFileLineBreakpointCallback
type IDkmPendingFileLineBreakpointCallback = interface
Public Interface IDkmPendingFileLineBreakpointCallback

Methods

GetCurrentSourcePosition(DkmPendingFileLineBreakpoint)

Returns the current location of a file/line breakpoint. In edit and continue scenarios, the location of the text marker may change within a debug session.

GetCurrentSourceText(DkmPendingFileLineBreakpoint)

Returns the current text at the location of a file/line breakpoint.

Applies to