ISetNextStatement Interface
This interface is implemented by an interpreter to allow the Process Debug Manager to update the current statement. It is implemented from a stack frame object, and the PDM obtains this interface through QueryInterface.
interface provides methods that are useful for setting the execution point, which determines the next statement to be executed.
In addition to the methods inherited from IUnknown
, the ISetNextStatement
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
ISetNextStatement::CanSetNextStatement | Determines whether the execution point can be set to the specified location. |
ISetNextStatement::SetNextStatement | Sets the execution point to the specified location. |