I happen to run my JS code with jerry engine.
There are issues with the code (my bad), but all I get in the end is:
uncaughtException: ReferenceError: Cannot resolve reference.
That's it.
How do I get some information regarding error location?
File and line would be the bare minimum.
Column and identifier would help even more.
Getting some context would be extremely helpful, as I am likely to immediately see what is wrong.