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
Currently ADE does not dump a callstack when params throws an error like this one: 9:16:33 Error Params: Type Array, expected Object
I think it's critical to dump call stack in that case like on any other error.
The text was updated successfully, but these errors were encountered:
Plan is to add exception settings.
So you can enable to halt on "Type error" exceptions, and when it happens it will automatically break, load the source code (if not already present) and show you the line where it errored, and you'll be able to inspect all variables and callstack like any other breakpoint.
Currently ADE does not dump a callstack when params throws an error like this one:
9:16:33 Error Params: Type Array, expected Object
I think it's critical to dump call stack in that case like on any other error.
The text was updated successfully, but these errors were encountered: