Microsoft SDK for Java

Debugger Samples

The debugger interfaces assist in the detection, location, and correction of logical or syntactical errors in Java applications, applets, and COM objects that are run in the Microsoft virtual machine (Microsoft VM). These interfaces can also be used for debugging Java code that mixes Java classes with native Microsoft® Win32® code. For additional information, see the Debugger Interfaces Overview.

The following debugger sample is provided.

Sample Description
Debugger Location: \Samples\Debugger

Technologies: VM debugger interfaces, native code

Demonstrates:

  • How to use the debugger interfaces exposed by the Microsoft VM. The sample contains examples of creating a C++ debugger, tracing a method call, and implementing a Java debugger.

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