I would like to have firebug break on a thrown exception. Not a js
error, but on a throw. For example

try {
        throw "whoops";
}
catch(ex) {
        console.error(ex);
}

I would like to break on the 2nd line.  "Break on Next" does not work
in this case.

Any suggestions?
--ed

-- 
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
https://groups.google.com/forum/#!forum/firebug

Reply via email to