Finding memory leaks in JavaScript using firebug?

前端 未结 3 2054
情话喂你
情话喂你 2020-12-01 14:27

Are there any add-ons for Firefox that I can use to find out with part of the JavaScript causes memory leaks?

3条回答
  •  借酒劲吻你
    2020-12-01 15:18

    The best memory profiler I've found is for IE (supports even IE6 ;-). Give it a go - you will be surprised how good it is:

    http://ajax.dynatrace.com/ajax/en/

提交回复
热议问题