-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Debugging information on Vue 2 #859
Comments
I think the only way we can do this is by saving previous store state deep clone |
Any updates on this topic? Do we know when the feature could be implemented? Keep up the good work 😄 |
I feel this is an important functionality that is currently missing from DevTools, any deadlines for its implementation? |
I can try implementing this if someone can give me some hints on where to start looking into the code. |
I actually do not see any timeline event information at all for pinia actions with vue 2.7.14 and invoked via |
Currently, the debugging information of events in the Timeline has almost nothing on Vue 2. While tha
events
array doesn't exist in Vue 2, there should be some kind of fallback to display at least some information like the previous values and current values for primitives.Discussed in #857
Originally posted by Djaler November 30, 2021
With the same code
mutation info in devtools in Vue 3 looks like
but in Vue 2 it's just
which is not so useful for debugging
The text was updated successfully, but these errors were encountered: