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 know where the script stop. Can we do that in opera dragonfly?

Thanks.

有帮助吗?

解决方案

There's a "Show parse errors and break on exceptions" toggle (immediately left of the drop-down selecting what script to show currently).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top