Definition
A complete recording of one function call inside a program — what came in, what each line did, and what came out.
A frame-level dynamic analysis artifact capturing a single function invocation's arguments, ordered statement executions with memory deltas, callees, and return value, used as input to debugging agents.