How to terminate script execution when debugging in Google Chrome?

后端 未结 11 1153
傲寒
傲寒 2020-12-07 08:16

When stepping through JavaScript code in Google Chrome debugger, how do I terminate script execution if I do not want to continue? The only way I found is closing the browse

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 08:56

    2020 April update

    As of Chrome 80, none of the current answers work. There is no visible "Pause" button - you need to long-click the "Play" button to access the Stop icon:

提交回复
热议问题