Hacker News new | ask | show | jobs
by enraged_camel 2824 days ago
Eh, debugging experience is already great. Vue Dev Tools is just phenomenal.

Is there something specific you are looking for that is not addressed in the article? (e.g. they are adding render tracking)

1 comments

My stack traces for JS errors inside component methods often stop at "This component had an error", with no line numbers or context to indicate which method had the error.
I also have the same issue. I don't know what to do to resolve it. It's not a deal breaker but it would be nice to have it unwind the stack a little bit.