I believe you're right about it being reported in the referenced bug.
I always have Track Throw/Catch turned on, and I've never figured out
what it's supposed to do.

On Mar 14, 6:21 pm, Sebo <[email protected]> wrote:
> Sounds like *Track Throw/Catch* to me. There's currently an 
> issue<http://code.google.com/p/fbug/issues/detail?id=3276>related to it.
> Though I have to admit, that I never really understood how it's intended to
> work. Honza, can you help out here?
>
> Sebastian
>
>
>
>
>
>
>
> On Wednesday, March 14, 2012 8:03:34 PM UTC+1, ed wrote:
>
> > 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