Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Missing example animation in DevTools blog #4637

Merged
merged 1 commit into from
Dec 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/en/blog/automatically-pause-on-any-exception/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updated: 2015-05-19
---

<figure>
{% Img src="image/T4FyVKpzu4WKF1kBNvXepbi08t52/mcIwVmL8QGFVDI0rvGCA.gif", alt="Automatically pause on any exception", width="614", height="390" %}
{% Video src="video/cGQxYFGJrUUaUZyWhyt9yo5gHhs1/H1R5IacxVM5FEY0Fs1sF.mp4", autoplay="true", muted="true", loop="true", alt="Automatically pause on any exception", width="614", height="390" %}
</figure>

In DevTools, you can automatically pause on any exception (especially useful for __uncaught__ exceptions). Just enable 'Pause on exceptions' within the Sources Panel. Optionally, you can also pause on __caught__ exceptions.
Expand Down