Previous Next Contents

1. Introduction

The previous implementation of the Java debugger had parts written in Java, which led to stability problems and deadlocks. The new interface published by Javasoft seeks to solve the problems using an API that is implemented in the same process as the Java VM.


Previous Next Contents