A stack frame found in the {@link TestMessage.stackTrace}.

Constructor

new(label:String, ?uri:Uri, ?position:Position)

Parameters:

label

The name of the stack frame

file

The file URI of the stack frame

position

The position of the stack frame within the file

Variables

label:String

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

position:Null<Position>

Position of the stack frame within the file.

uri:Null<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.