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

Debugging information on Vue 2 #859

Open
posva opened this issue Nov 30, 2021 Discussed in #857 · 5 comments
Open

Debugging information on Vue 2 #859

posva opened this issue Nov 30, 2021 Discussed in #857 · 5 comments

Comments

@posva
Copy link
Member

posva commented Nov 30, 2021

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
image
mutation info in devtools in Vue 3 looks like
image
but in Vue 2 it's just
image
which is not so useful for debugging

@Djaler
Copy link
Contributor

Djaler commented Dec 14, 2021

I think the only way we can do this is by saving previous store state deep clone

@theolavaux
Copy link
Contributor

Any updates on this topic? Do we know when the feature could be implemented? Keep up the good work 😄

@parthibd
Copy link

I feel this is an important functionality that is currently missing from DevTools, any deadlines for its implementation?

@parthibd
Copy link

I can try implementing this if someone can give me some hints on where to start looking into the code.

@brandonburkett
Copy link

brandonburkett commented Jan 6, 2023

I actually do not see any timeline event information at all for pinia actions with vue 2.7.14 and invoked via mapActions.

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

No branches or pull requests

5 participants