Open
Description
First of all:
We need to know on which line the exception occurred.
Investigating the stack trace is possible but still hard and sometimes your own line is not even present in the stack trace.
One way I tried is by wrapping each execution in a try-catch block and nesting those, however this creates the problem that if too many are stacked you get a rangeerror because you nest it too deep
Metadata
Metadata
Assignees
Labels
No labels