TestMessageStackFrame

Constructors

Link copied to clipboard
constructor(label: String, uri: Uri = definedExternally, position: Position = definedExternally)

Properties

Link copied to clipboard

The name of the stack frame, typically a method or function name.

Link copied to clipboard

Position of the stack frame within the file.

Link copied to clipboard
var uri: Uri?

The location of this stack frame. This should be provided as a URI if the location of the call frame can be accessed by the editor.