How do I overwrite the global Exception handler in javascript so that it becomes the top level handler for all uncaught exceptions?
EDIT: window.onerror didnt work, cod
Perhaps you're looking for window.onerror Not sure whether this is available on all browsers.