Previous Next Contents

Arun Sharma


This document details the design and implementation of JVMDI (Java Virtual Machine Debugger Interface) with Electrical Fire.

1. Introduction

2. JVMDI, the API

3. Design Issues

4. Data Structures

5. Call Stack

6. Threads

7. Debug related options to the VM

8. Implementation ideas and concerns

9. Implementation strategy

10. Dependencies


Previous Next Contents