A Stackframe contains the source location.
Fields
optionalpresentationHint:Null<StackFramePresentationHint>
An optional hint for how to present this frame in the UI.
line:Int
The line within the file of the frame. If source is null or doesn't exist, line is 0 and must be ignored.
id:Int
An identifier for the stack frame. It must be unique across all threads. This id can be used to retrieve the scopes of the frame with the 'scopesRequest' or to restart the execution of a stackframe.
column:Int
The column within the line. If source is null or doesn't exist, column is 0 and must be ignored.