blob: e13d07a377c6d0d087c578384c2425cdb4ac2faa [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Java Debug Model</title>
</head>
<body link="#0000FF" vlink="#800080">
<p align="left">Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture).</p>
<h2 align="left">Package Specification</h2>
<p>This package provides a set of classes and interfaces that implement a debug model
based on JPDA/JDI (Java Debug Interface). It provides a set of interfaces that extend
the base set of debug element interfaces to provide access to Java specific attributes
and behavior. This model defines and provides utilities for creating line breakpoints,
method entry breakpoints, and exception breakpoints. </p>
</body>
</html>