What I did in my quick test was:

1) a new menu item in the status bar icon menu
(startButtonOverlay.xul)
2) handler for the menu item (startButtonOverlay.js)
3) modified the Firebug.Debugger.freeze method so it doesn't expect
the context.stoppedFrame to be always set. (debugger.js)
4) Call Firebug.Debugger.freeze from the menu handler
(startButtonOverlay.js)

// Something like as follows.
onFreeze: function(context)
{
    Firebug.Debugger.freeze(context);
}

Testing
1) open your page
2) put 'cb' into the text field - drop box opens.
3) Pick the new menu items from the status bar icon menu - page is
frozen
4) Switch to the HTML panel and find the drop box
5) Right click on it and pick "Copy HTML"

Honza

On Feb 8, 4:31 pm, Worel <[email protected]> wrote:
> When running the script I get the error message "script is busy and
> does not respond"
>
> Snapshothttp://www4.zippyshare.com/v/7438908/file.html
>
> I tried to load the
> PAGEhttp://www.google.com/url?sa=D&q=http://code.google.com/p/fbug/source...
>
> on the following two computers :
>
> 1 Ghz(german firefox 3.6.13 + german firebug)
> and
> 2.4GHz(english firefox 3.6.13 + english firebug)
>
> but I have the error msg on both computers.

-- 
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