Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: dump callstack on params error #19

Open
Sparker95 opened this issue Jul 18, 2020 · 1 comment
Open

Request: dump callstack on params error #19

Sparker95 opened this issue Jul 18, 2020 · 1 comment

Comments

@Sparker95
Copy link

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.

@dedmen
Copy link
Owner

dedmen commented Sep 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants