On Jan 20, 12:12 am, smarteron <[email protected]> wrote:
> Hey there,
> I just would like to know if there is a chance to add a small feature
> to the Firebug console.
>
> I often see my self pasting different sequences of commands form a
> Text file to the firebug console to evaluate it.
>
> It would be really helpful to have an option to let firebug only
> evaluate the current selection of the console input.
>
> That would make it possible to have a big sequence of commands in the
> console input field and evaluate one after another by selecting the
> commands you would like to evaluate.
>
> What do you think?

Create a small HTML file with a script tag. At the bottom of the
script put the statement
  debugger;
Load the page. Firebug stops on the debugger statement and you can
mouse over the expressions to see their values.

jjb

>
> best regards and thanks a lot for your great work!
>
> Martin
-- 
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.


Reply via email to