summaryrefslogtreecommitdiffstats
path: root/content/browser/debugger/manual_tests/debugger-exception-on-load.html
blob: ef2384f063c15a5ca762224256f2d01b1bc2c42c (plain)
1
2
3
4
5
<script>
debugger; // You should see this code and execution line in the Scripts panel. Click Resume (Play/Pause button to the right).
</script>

<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>