Microsoft SDK for Java

IMethodLocation::
SetBreakpoint

The SetBreakpoint method of the IMethodLocation interface sets a code breakpoint at this method location. If the code breakpoint is hit, the Microsoft VM will call the debugger’s IRemoteProcessCallbackEx2::CodeBreakpointEventEx method.

Syntax

HRESULT SetBreakpoint(void)

Return Value

S_OK Success.

E_INVALIDPC This is not a location at which a code breakpoint will ever be hit.

E_OUTOFMEMORY Insufficient memory.

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