Hi guys,
I'm building an error system for my company app, and I have found that
Firebug 'Break on Error' feature doesn't work on custom errors. Is
there any configuration option to turn it on? Is there another way to
fire the error that works with 'Break on Error'?
Simple test case:
-------------------------------------------
var failFunction = function() {
throw new Error('Fail');
}
failFunction();
//Code doesn't stop with 'Break on Error' activated.
//Tested in FB 1.5.4 and 1.6.0
-------------------------------------------
Thanks,
S. Cinos
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en.