| <!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"> |
| |
| Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture). |
| |
| <h2>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, exception breakpoints, |
| and field watchpoints. </p> |
| </body> |
| </html> |