Is there a way to check a variable to "see" if firebug is currently
profiling from within javascript?
That is, I'd like to do something similar to the following:
if(window.firebugIsProfiling){
console.debug("SOME KIND OF DEBUG INFO - ONLY IF PROFILER IS
ACTIVE");
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---