IDkmPendingFileLineBreakpointCallback.GetCurrentSourcePosition Method

Definition

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.

public:
 Microsoft::VisualStudio::Debugger::Symbols::DkmSourcePosition ^ GetCurrentSourcePosition(Microsoft::VisualStudio::Debugger::Breakpoints::DkmPendingFileLineBreakpoint ^ fileLineBreakpoint);
public Microsoft.VisualStudio.Debugger.Symbols.DkmSourcePosition GetCurrentSourcePosition (Microsoft.VisualStudio.Debugger.Breakpoints.DkmPendingFileLineBreakpoint fileLineBreakpoint);
abstract member GetCurrentSourcePosition : Microsoft.VisualStudio.Debugger.Breakpoints.DkmPendingFileLineBreakpoint -> Microsoft.VisualStudio.Debugger.Symbols.DkmSourcePosition
Public Function GetCurrentSourcePosition (fileLineBreakpoint As DkmPendingFileLineBreakpoint) As DkmSourcePosition

Parameters

fileLineBreakpoint
DkmPendingFileLineBreakpoint

[In] Pending breakpoint which is requested to bind against code elements that point back to a text span within a source file.

Returns

[Out] Source code position which corresponds to a code element. The could represent a location which has been extracted from a symbol (PDB) file, or it could be the location of a breakpoint in the IDE.

Applies to