vscode-objectscript icon indicating copy to clipboard operation
vscode-objectscript copied to clipboard

Expanding nested dynamic arrays in the variables window sometime hangs

Open edclark59 opened this issue 1 year ago • 4 comments
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

edclark59 avatar Jul 01 '24 16:07 edclark59