- Enable and switch to the Script Panel
- Reload the page
- Step through the script using Step Over until execution ends
- Reload the page again
- Observed: The Execution Pointer points to the
<script>tag in line 50 - Expected: The script should halt at the debugger statement again like the first time