Search code examples
javascriptyuierror-reporting

Browsers no longer reporting js errors - YUI history manager


I'm using YUI's browser history manager, and my browsers no longer report runtime errors. They will still show a parse error in the error console, but if I call a bogus function, for example, inside some event handler, the browser just stops all js processing it seems. Even firebug's debugger will just quit when I get to a line with an error. Anyone else seen this? Is it even YUI?


Solution

  • Turns out the answer to this question is here...