Chrome devtools debugger: see scope variables at different places in call stack

Viewed 385

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?

chrome screenshot

0 Answers
Related