Share via


DkmPendingFileLineBreakpoint.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();
public:
 Microsoft::VisualStudio::Debugger::Symbols::DkmSourcePosition ^ GetCurrentSourcePosition();
Microsoft::VisualStudio::Debugger::Symbols::DkmSourcePosition GetCurrentSourcePosition();
public Microsoft.VisualStudio.Debugger.Symbols.DkmSourcePosition GetCurrentSourcePosition ();
member this.GetCurrentSourcePosition : unit -> Microsoft.VisualStudio.Debugger.Symbols.DkmSourcePosition
Public Function GetCurrentSourcePosition () As DkmSourcePosition

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