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
In some cases where an array or object is a property of a parent object(s) it is represented as Array or Object, with no way I can find to expand them. console.dir does not work and there is no setting in preferences to do this. I can use JSON.stringify but that output is not formatted and hard to read. This limits the usefulness of RunJS because seeing the full output is not only helpful but often how I validate the functionality I am writing.
In some cases where an array or object is a property of a parent object(s) it is represented as
Array
orObject
, with no way I can find to expand them.console.dir
does not work and there is no setting in preferences to do this. I can useJSON.stringify
but that output is not formatted and hard to read. This limits the usefulness of RunJS because seeing the full output is not only helpful but often how I validate the functionality I am writing.Examples:
The same thing in DevTools console:
The text was updated successfully, but these errors were encountered: