.. _pilot.StackFrame: pilot.StackFrame ================ .. cpp:namespace:: pilot::StackFrame Class ----- `StackFrame` contains information about the context of execution of the :ref:`TaskHandler`. Fields ------ .. cpp:member:: string method Method name of the function on the call stack. .. cpp:member:: int line_number Line number in the source code.