in reply to Re^3: Knowing when variables change?
in thread Knowing when variables change?

Do you happen to have benchmarks of how long tie takes?

I'm displaying "offline" reports of scripts.
I want to display a small JavaScript hover-thingie which should display all of the variables' content.
I do want to show this for all variables, I don't know if I really want to tie all variables.
I would use PadWalker to know what lexical variables are declared.
Thanks.