debugger-exception-on-load.html revision c407dc5cd9bdc5668497f21b26b09d988ab439de
1<script>
2debugger; // You should see this code and execution line in the Scripts panel. Click Resume (Play/Pause button to the right).
3</script>
4
5<p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. You should see this file and execution line in the Scripts panel.</p>
6