Inspecting the stack

catch_stacktrace() can give me the latest error’s stack-trace. Is there any way to access a StackFrame’s local argument values? Or are they lost during the stack unwind? If so, how come the trace’s function signatures are recoverable?