Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Notifies the debugger that a step has completed.
Syntax
HRESULT StepComplete (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *pThread,
[in] ICorDebugStepper *pStepper,
[in] CorDebugStepReason reason
);
Parameters
pAppDomain
[in] A pointer to an ICorDebugAppDomain object that represents the application domain containing the thread in which the step has completed.
pThread
[in] A pointer to an ICorDebugThread object that represents the thread in which the step has completed.
pStepper
[in] A pointer to an ICorDebugStepper object that represents the step in code execution.
reason
[in] A value of the CorDebugStepReason enumeration that indicates the outcome of an individual step.
Remarks
The stepper may be used to continue stepping if desired, unless the debugging is terminated.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0