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 exceptions in instrumentation code cannot be located back to there origin. It could be helpfull if exceptions contain hints in which file the exception has failed.
My first intuitions says that the debug information and the source map in the bytecode should be enhanced.