Could someone tell me how I check the values of the fields inside a structure-type variable while debugging with IDLE?
I can see the name of the structure in 'Locals' (I am within a function) but I don't seem to be able to type out the name in the shell window and examine the fields, unlike in MATLAB.