ICorDebugManagedCallback::StepComplete Method
.NET Framework 2.0
Notifies the debugger that a step has completed.
HRESULT StepComplete (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *pThread,
[in] ICorDebugStepper *pStepper,
[in] CorDebugStepReason reason
);
Parameters
| Parameter | Description |
|---|---|
|
pAppDomain |
[in] A pointer to an ICorDebugAppDomain Interface object that represents the application domain containing the thread in which the step has completed. |
|
pThread |
[in] A pointer to an ICorDebugThread Interface object that represents the thread in which the step has completed. |
|
pStepper |
[in] A pointer to an ICorDebugStepper Interface object that represents the step in code execution. |
|
reason |
[in] A value of the CorDebugStepReason Enumeration enumeration that indicates the outcome of an individual step. |