How to terminate script execution when debugging in Google Chrome?

后端 未结 11 1178
傲寒
傲寒 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 09:03

    In Chrome, there is "Task Manager", accessible via Shift+ESC or through

    Menu → More Tools → Task Manager

    You can select your page task and end it by pressing "End Process" button.

提交回复
热议问题