public static interface WorkspaceBridge.JsLabelProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStackFrameLabel(StackFrame stackFrame)
Label for stack frame to be shown in the Debug view.
|
java.lang.String |
getTargetLabel(DebugTargetImpl debugTarget)
Label for the debug target to be shown in the Debug view.
|
java.lang.String |
getThreadLabel(JavascriptThread thread)
Label for JavaScript thread to be shown in the Debug view.
|
java.lang.String getTargetLabel(DebugTargetImpl debugTarget) throws DebugException
DebugException
java.lang.String getThreadLabel(JavascriptThread thread) throws DebugException
DebugException
java.lang.String getStackFrameLabel(StackFrame stackFrame) throws DebugException
DebugException
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.