When I click at different locations in the call stack, the context variables listed under Scope don't change. I'm new to JS and am familar with using tools like PDB and PyCharm for Python where I can see local variables at different places in the call stack. Is there a convenient way to do this in Chrome without stepping into each context one by one?
Asked
Active
Viewed 770 times
3
-
For completeness please add the version of Chrome (in case this behavior will change in the future). – try-catch-finally Oct 12 '19 at 16:16
-
It probably means there's a source map applied so the displayed stack is a "fake". – wOxxOm Oct 13 '19 at 05:23
-
Please add screenshots of the other (two) stack level(s) and also try to reproduce this with a simpler reproducer (three functions calling each other, declaring parameters/local variables). **edit** your post to add details. – try-catch-finally Oct 16 '19 at 19:30