Print function log /stack trace for entire program using firebug

后端 未结 5 1234
温柔的废话
温柔的废话 2020-12-07 23:52

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

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-08 00:38

    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.

提交回复
热议问题