Skip navigation links

Package jgrasp.viewer.jgrdi

Provides an API for interacting with values from within a viewer.

See: Description

Package jgrasp.viewer.jgrdi Description

Provides an API for interacting with values from within a viewer. This is a simple API, where fields, methods, and types are referenced primarily by name. All exceptions are subclasses of viewer.ViewerException and will automatically be caught by jGRASP and displayed in a dialog. This API is independent of the underlying API used for debugger interaction, and may be less capable in many ways. Values in the underlying API are accessible through Value.getNativeValue(). The class name for values in the underlying API is accessible through getNativeValueTypeName(). Currently, the underlying api is always the Java Debugger Interface.
Skip navigation links