summaryrefslogtreecommitdiffstats
path: root/content/browser/debugger/manual_tests/debugger-exception-on-load.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/debugger/manual_tests/debugger-exception-on-load.html')
-rw-r--r--content/browser/debugger/manual_tests/debugger-exception-on-load.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/browser/debugger/manual_tests/debugger-exception-on-load.html b/content/browser/debugger/manual_tests/debugger-exception-on-load.html
new file mode 100644
index 0000000..ef2384f
--- /dev/null
+++ b/content/browser/debugger/manual_tests/debugger-exception-on-load.html
@@ -0,0 +1,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>