IDkmPendingFileLineBreakpointCallback Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |