GetAsyncStackTrace (open)

Returns the call stack for asynchronous functions

Syntax

// Core function, no LOADLIB necessary

RECORD ARRAY FUNCTION GetAsyncStackTrace()

Return value

RECORD ARRAY

Stack frames, with asynchronous calls marked by adding ' (async)' after the function name

INTEGER col

Column number

STRING filename

Source file name

STRING func

Function name

INTEGER line

Line number