Tagged Questions
0
votes
1answer
109 views
Pause script execution on opera dragonfly
In Chrome dev tools we can use the 'Pause' icon on the bottom row of the interface to break on all exceptions. So when our web page is running, we can break it suddenly without adding breakpoint and ...