Call Stacking captures everything for a given request - each method call, param/argument/return value, class name/method/line of execution. You can visibly see which method called which, as each method call is nested relative to its parent callee. Turn it on/off in production, as needed.