Chrome Development Tools Values Now Different for variables? #12975
Unanswered
JimNayzium
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am curious if something has updated that I don't know about. I am a hobbiest coder, so I do not stay up to date on the latest everything...
But just a while ago if I had a variable value and ran "debugger;" to step through a function in SvelteKit on a component in the <script> tag, Chrome Development tools would show me the actual value of that variable.
For example:
In the Debugger console I would see
foo: "bar"
under the Local tab.
But now I see:
Am I missing something? I've never seen this elaborate "value-object" in Developer Tools on each variable value like this.
Beta Was this translation helpful? Give feedback.
All reactions