On Aug 17, 10:55 am, Jason Doucette <[email protected]> wrote: > If my JavaScript has a mis-typed variable name, or calls a function > with the wrong number of parameters, then Break on All Errors will not > stop there. I'm not sure what is shown when it stops the script, but > it's not where the code has the error that causes execution to cease, > which makes it meaningless. > > So... how can I get Break on All Errors to actually break at the point > of the error? > > I assume I must be missing something, but I cannot fathom I am the > first person who noticed that this feature doesn't work. Any help > would be greatly appreciated! Thank you!
We have an online test for this here: http://getfirebug.com/tests/content/branches/1.8/console/breakOnError/breakOnError.html (works for me) Does it work for you? If not, please provide you test case so, we can see the problem. Thanks! Honza -- 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.
