Microsoft SDK for Java

IRemoteDebugManager Interface Methods

The IRemoteDebugManager interface contains the following methods:

Detach is called by a debugger to detach its IRemoteDebugManagerCallback interface that was registered by a previous call to RegisterCallback.
GetActiveProcesses is called by a debugger to obtain an IJavaEnumRemoteProcess interface that can be used to enumerate all the running Java processes.
RegisterCallback is called by a debugger to register an IRemoteDebugManagerCallback interface for receiving notification when a requested Java process begins execution.
RequestCreateEvent is called by a debugger to notify the Microsoft VM’s Debug Manager that the debugger is interested in debugging a Java process, optionally specifying a particular Java class.

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