View source
enum abstract StackFramePresentationHint(String)
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Variables
inlineread onlyLabel:StackFramePresentationHint = "label"
A value of 'label' can be used to indicate that the frame is an artificial frame that is used as a visual label or separator.
inlineread onlySubtle:StackFramePresentationHint = "subtle"
A value of 'subtle' can be used to change the appearance of a frame in a 'subtle' way.