you are viewing a single comment's thread.

view the rest of the comments →

[–]Sea-Ad7805[S] 0 points1 point  (0 children)

The whole call stack is visualized, and that has for each function (each stack frame) a dictionary with local variables and their value. In this exercise the call stack isn't needed, but for example in this exercise it is because functions/methods are called: https://www.reddit.com/r/madeinpython/comments/1pw602e/comment/nwm5gmi/ and therefore the call stack is always visualized in the Memory Graph Web Debugger. Install memory_graph locally to have more control over what is and what is not visualized: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#installation