I have seen that this has been an issue in the past, but never seems to have been solved. references to older spyder versions are common, but I haven't seen any relating to v4. (links to discussions: github stackoverflow) When executing a script which calls a function I can not see how to make the function variables visible in the variable explorer. I am using Spyder 4.2.3 installed via Anaconda on a windows 10 machine with all updates installed, In the variable explorer options menu I have unchecked all the 'exclude' options, I have tried stepping into the function using the debugger, but dont seem to be able to get this to work either.
Edit: When the script runs any variables generated by it display in the variable explorer. Any variable generated by the function called by the script is not displayed. I'm sure it used to be, Thanks