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 this:
console.trace()
I don't know if it's supported on all browsers, so I would check if it exists first.