• 0

How do I check which catch() statement executed? (Firebug/DragonFly)


Question

Hi people. I'm scratching my head. I have a function that it's being called as undefined through what it seems to be a try{} catch(){} statement. I have dozens of these on the code, so I don't know which one is executing that action.

Both, Firefox's firebug, and Opera's Dragonfly do not break on this error.

A quick search in Google didn't help either.

How can I check for which catch statement executed?

Thanks :p.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

This topic is now closed to further replies.