public final class DebuggingView extends Object
DebuggingView.DVSupport
and register under your session name to use
debugging view UI and register appropriate view models for path <session name>/DebuggingView.Modifier and Type | Class and Description |
---|---|
static class |
DebuggingView.Deadlock
Representation of a deadlock - one set of mutually deadlocked threads.
|
static class |
DebuggingView.DVFilter
Boolean state filter that is applied to the debugging view.
|
static interface |
DebuggingView.DVFrame
Representation of a stack frame in debugging view.
|
static class |
DebuggingView.DVSupport
Support for debugging view.
|
static interface |
DebuggingView.DVThread
Representation of a thread in debugging view.
|
static interface |
DebuggingView.DVThreadGroup
Representation of a thread group in debugging view.
|
static class |
DebuggingView.PopException
Thrown when
DebuggingView.DVFrame.popOff() operation fails. |
Modifier and Type | Method and Description |
---|---|
static DebuggingView |
getDefault()
Get the default implementation of debugging view provider.
|
TopComponent |
getViewTC()
Get the debugging view top component.
|
public static DebuggingView getDefault()
public TopComponent getViewTC()
TopComponent
of the debugging view.