Firebug has the ability to log calls to a particular function name. I\'m looking for a bug that sometimes stops a page from rendering, but doesn\'t cause any errors or warn
Try stepping through your code one line or one function at a time to determine where it stops working correctly. Or make some reasonable guesses and scatter logging statements through your code.