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
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.