Skip to content

Bash-Support: parce call stack on error #49

@bam80

Description

@bam80

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions