You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dumped object which contains array of objects using function ld().
If I try to click on first object in array it doesnt shows information about object, but hides whole information about array.
I dumped object which contains array of objects using function ld().
If I try to click on first object in array it doesnt shows information about object, but hides whole information about array.
Example:
Object
-> Array
-> Object1 - click here
-> Object2
-> Object3
Expected behavior:
Object
-> Array
-> Object1
-> object information
-> Object2
-> Object3
Real behaviour:
Object
-> Array
I am calling ladybug_set_option('object_max_nesting_level', 5); before dump call.
Browser: Firefox 34
The text was updated successfully, but these errors were encountered: