vscode-objectscript
vscode-objectscript copied to clipboard
Expanding nested dynamic arrays in the variables window sometime hangs
trafficstars
For example, setting an array with s p={"value1":{"value2":{"value3":{"x":1}}}}, in the variables window you can expand p to shown value1, but expanding value1 hangs.
If you expand p one level to show value1, then type p in the debug console, you get an error:
p %Library.DynamicObject <SYSTEM>ATELIERv5OREF+20^%SYS.Debug
You can expand the array in the watch window, but only to 2 levels