Variable storage for better code understanding

in some cases we need to understand the code from perspective of how it will modify the variables in real time scenario of if you want to trace some bugs down. In such situations, I save the object/data as text file, store it as text file in repo and then pass it, what is there’s a way to store it so that the chat has some variable value as refernce for solving some errors or explainig codebase w.r.t to some intial condition. Sorry this might be a stupid suggestion too

1 Like

That would be an incredible feature.

Right now, you would have to manually console log the variables and paste the output in the chat.

1 Like