CallStackGet()

Returns the context (stacktrace) of the current position.

CallStackGet( type=string, offset=number, maxFrames=number );

Returns: any

Argument Description Default
type
string, optional

the type of the returned value, possible values are:

  • array
  • string
  • html
  • json

array

offset
number, optional

the number of frames to skip, default is 0

Introduced: 5.3.8.130

0

maxFrames
number, optional

the maximum number of frames to return, default is 0 which means all

Introduced: 5.3.8.130

0

Examples

See also