Uses of Interface
org.eclipse.debug.ui.IValueDetailListener
Packages that use IValueDetailListener
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
-
Uses of IValueDetailListener in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IValueDetailListenerModifier and TypeMethodDescriptionvoid
IDebugModelPresentation.computeDetail
(IValue value, IValueDetailListener listener) Computes a detailed description of the given value, reporting the result to the specified listener.