Are exception stack traces really useless in vue or is it just me? #11233
Unanswered
jumika
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I never got a useful stack trace from any vue related code paths. Is my setup wrong or is this a common problem?
For example try to throw in a computed. Try to throw in a setup function. Try to throw in a pinia getter. See if the stack trace points to the actual line of the throw. I feel like vue is defeating a very basic debugging tool which works perfectly fine with all the other tools i tried.
The question is: how can i find out the exact line of code where the exception was thrown?
Beta Was this translation helpful? Give feedback.
All reactions