It would be a useful feature to make "debugging" by strangers
impossible.
They have no right to delve into your code. They may even do it, to
hack it, or to steal your work.
This is one aspect of the picture.
The other is, that when someone debugs his own code and somehow gets
onto your site, he may be irritated by the slowed down rendering, or
if there is some feature that leads to an error.
(Just a simple case: FB reports errors in Firefox modules. It is a
pain in the neck and a waste of the author's time.)
It is simple to use say a cookie, to disable (rather to enable) FB for
your site.
I use a similar method to en/disable error-alerts for my site.
Also, when testing inter-page routines, one may have to go through a
chain of pages. It is possible, that FB is undesirable for some
members of the chain. (e.g. timing-problems, timeouts, etc.) In these
cases I would like to be able to set an indicator that would disable
FB for that page.
This could be a variable with a special name like "var FireBugEnabler
= true/false;" if false, Firebug would ignore breakpoints for this
page.
The variable would cause no problems if FB was not installed or
disabled (or in other browsers). It would be recognised and used only
by FB.
So please implement something in FB to allow the author to disable FB
for that page or for his site.
> > Amit Sharma- Hide quoted text -
>
> - Show quoted text -