Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] output trace to a file when displaying output is suppressed. #18

Open
andrewcrook opened this issue Jul 23, 2024 · 1 comment
Open

Comments

@andrewcrook
Copy link

I wanted to get a good trace for a bug in a neovim lua plugin
unfortunately neovim is suppressing the traces, including StackTracePlus's , output.
I wonder if there could be an option to output to a file from with in the script itself?

@andrewcrook
Copy link
Author

I suppose I can redirect dumper:concat_lines(), original_error to a file?
where its returned at the end of function stacktrace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant