IDebugCodeContext Interface
An abstraction that represents a position in executable code.
In addition to the methods inherited from IUnknown
, the IDebugCodeContext
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IDebugCodeContext::GetDocumentContext | Returns the document context associated with this code context. |
IDebugCodeContext::SetBreakPoint | Sets or clears a breakpoint at this code context. |