Microsoft SDK for Java

IRemoteProcessEx::
GetDebugOptions

The GetDebugOptions method of the IRemoteProcessEx interface gives information about the current state of the debugger flags.

Syntax

HRESULT GetDebugOptions(DWORD *pdwOptions);

Parameters

[out] *pdwOptions Pointer to the current state of the debugger flags.

Remarks

GetDebugOptions may return MSJDBG_DISABLE_JIT_COMPILED_CODE_DEBUGGING.

See Also

Java Debugger Flags

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