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

idea: add function to load a vm stack trace into the quickfix window #60

Open
sigmundch opened this issue Feb 1, 2018 · 0 comments
Open

Comments

@sigmundch
Copy link
Member

I was just brainstorming with @natebosch about this idea:

I often use stacktraces to debug issues, I go through each line in the stack trace trying to find some details. I manually convert the source location to jump back in the code, desugaring package:* URIs as needed.

It would be great if the vim plugin could support this via some function. The function could let you invoke a command and parse the output, or it could take an input file instead. Not sure how to combine this together with vim-lsc: will the two conflict with each other if there happen to be errors in a file produced from the dart_language_server?

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