Is there a way to see where the variable is located in the memory?
In ActionScript for example in debug mode you can see the memory location of the variable
I am using Google Chrome developer tools where I can see the variables in debug mode but there is no info about the memory location of the variable.
Are there any browser tools that show variable memory location?