• This function adds context (pre/post/line) lines to the provided frame

    Parameters

    • lines: string[]

      string[] containing all lines

    • frame: StackFrame

      StackFrame that will be mutated

    • linesOfContext: number = 5

      number of context lines we want to add pre/post

    Returns void

Generated using TypeDoc