Skip to content
  • Jonathan Egeland's avatar
    2df98e22
    [interpreter] Add Callstack and error locating. · 2df98e22
    Jonathan Egeland authored
    When an uncaught exception is raised during runtime, the error output will contain a stacktrace of all of the call sites that led to that point in the execution.
    
    Entries are only added to the callstack when a call to a Functor is made. Calls to values are not included.
    2df98e22
    [interpreter] Add Callstack and error locating.
    Jonathan Egeland authored
    When an uncaught exception is raised during runtime, the error output will contain a stacktrace of all of the call sites that led to that point in the execution.
    
    Entries are only added to the callstack when a call to a Functor is made. Calls to values are not included.
Loading