We already can jump to error place in the script.
But it would be fine if we could have also call stack in QuickFix window. That way we could jump on the stack even without debugger.
The call stack can be traced out with caller builtin, using trap on error.
We just need to tune 'errorformat' to parse it properly.