I'm wondering whether there is already exists such tool doing:
- parse JS code (not expecting big block)
- visualize execution context / scope chain, and even prototype chain.
The motivation is simply because JS execution context, scope chain is usually confusing, especially for non-advanced guys. Visualization could make thing to be better understood.
Otherwise, could you have some suggestions regarding building up from scratch.
Thanks a lot.