The search function (magnifying glass) located at the top-right hand corner of Firebug does not have the capability to search within JavaScript blocks. For instance, if I have the following code snippet:
<script type="text/javascript">
var fooBar = "baz"
</script>
embedded somewhere within a page, it becomes difficult to locate where "fooBar" variable is defined. Is there a workaround for this limitation?