The structure or format of certain variables

Hello all i hope you are receiving this in the best of health,
I have previously worked with python using Spyder - Anaconda. The good thing is that you can see the variables created, and even run the variables in the command window to see the structure or format of the variables. That makes things much easier to understand.
However, in the courses I’ve done on this platform that’s really hard to do.
How do you think I should go about this? Is there a way to interact with the code in a similar manner to python? I don’t mind downloading and setting up things on my laptop too…

Respecfully
Basil

Hi,

In the platform there is no variable debuging functionality.

In your llocal pc, you could install Eclipse which has a very complete variable debugging system and als VS code has some plugins for this purpose: Debugger Extension | Visual Studio Code Extension API