Debugging: Listing the "hidden" variables #4984
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2015-09-23 by @gfwilliams Use use
Posted at 2015-09-23 by @gfwilliams Just to add - once you've found the hidden variables you can print them normally, so:
will give you a much cleaner dump of (for instance) active timers. Posted at 2015-09-24 by Kolban Perfect. Exactly what I was looking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-09-23 by Kolban
I believe that there is the concept of a symbol table for variables that are flagged as hidden. These (I believe) can then be used by Espruino internals to cache away data. Is there a way to debug/dump the content of these variables?
Beta Was this translation helpful? Give feedback.
All reactions