Hi everybody, I've just started using Firebug and I'm going by experimentation. If there's any overview of what the user-interface elements actually do, I haven't found it. Same with the power of the underlying JavaScript engine as it is used by Firebug.
So here's a simple use case. I refer to an undefined variable at the ">>>" prompt. I have "break on errosr on". So I get a decompiled script in the Script pane. In order to see an error message in the Console pane, I have to continue in the Script pane. - Can I abort the evaluation instead? - It seems that any new evaluations are ignored until I continue the first one, rather than being done in the context of the first error? - Can I do anything in the context of the first error? I'm still learning JavaScript, but I'm quite familiar with how various LISP and Scheme systems handle this kind of thing. If anyone can generalize these answers into a few paragraphs, that would be very useful. Thanks, -- Derek -- 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.
