How can I set breakpoints in an external JS script in Firebug

前端 未结 5 1140

I can easily set breakpoints in embedded JS functions, but I don\'t see any way of accessing external JS scripts via Firebug unless I happen to enter them during a debug ses

5条回答
  •  误落风尘
    2020-12-14 07:52

    Place debugger; in your external script file on the line you want to break on.

提交回复
热议问题