How to use "trace()" to see the data structure of JsVar #4788
Replies: 1 comment
-
Posted at 2015-06-22 by @gfwilliams Hi, You can basically ignore the first block ( Perhaps it's more useful to pass what you're interested in as an argument to
Or:
There's a bit of information on what this actually means on the Internals page - you might also get some ideas from the page on performance too Posted at 2015-06-22 by Long yeah, thank you. Posted at 2015-06-22 by @gfwilliams
Yes, that's right. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-06-22 by Long
I want to know the detail of the data structure of 'JsVar'. In the Terminal, firstly, I type
trace()
Beta Was this translation helpful? Give feedback.
All reactions