I can suspend execution of Java in Eclipse debugger. Can I do the same with JavaScript in browser debugger?
CodePudding user response:
Yes. In the Sources tab of the browser Developer Tools, click on the pause button ⏸️ to suspend JavaScript execution.
The above is for Google Chrome. It might be slightly different in Firefox or Safari.