erlang:get_stacktrace() only returns the list of {Module, Function, Arity} (The <span class="code">Arity</span> field in the first tuple may be the argument
list of that function call instead of an arity integer,
depending on the exception). Is there any way to return the argument list for ALL functions?<br><br>Thanks,<br><br>kaiduan<br>