Does anyone know if the scope of the data browser (while stepping through the code) is customizable at all?
By default, it shows the local scope, showing only the variables local to the current function. Is it possible to include inherited variables in the display?
Specifically i'm trying to view some JSON of script global scope in the data browser so I can just peruse all the properties rather than writing a loop to display certain props.
Thanks in advance,
William.