Microsoft SDK for Java

IRemoteThread::
StepIn

The StepIn method of the IRemoteThread interface steps over the current bytecode instruction in an interpreted method or the current source line in a JIT-compiled method. The StepIn method steps into method calls. IRemoteProcessCallbackEx2::CanStopEvent is called on entry to a called method. IRemoteProcessCallbackEx2::StepEvent is called when execution is complete.

Syntax

HRESULT StepIn(void)

Return Value

S_OK Success. 

E_FAIL The associated thread has terminated.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.