I recently upgraded from jQuery 2.4.1 to 3.2.1, and now I'm noticing that any exception that occurs during document ready handling (inside $(function() { ... })
) instead of giving proper traceback and allowing me to inspect local variables/call stack now breaks in jQuery code and has no usable debugging information whatsoever:
Is this known behavior, and is there any workaround, besides switching back to old jQuery for debugging?