**Steps to reproduce** 1. Open the debugger 1. Go to the Event Listener Breakpoints panel 1. Check the `Script > Script First Statement` checkbox 1. Open the console and evaluate anything (e.g. `1 + 1`) **Actual results** It pauses and shows `Loading...` in the debugger editor. Also shows an error in the browser console **Expected results** Should pause and show the expression evaluated in the debugger editor e.g `1 + 1`
Bug 1919472 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
**Steps to reproduce** 1. Open the debugger 1. Go to the Event Listener Breakpoints panel 1. Check the `Script > Script First Statement` checkbox 1. Open the console and evaluate anything (e.g. `1 + 1`) **Actual results** It pauses and shows `Loading...` in the debugger editor. Also shows the error `RangeError: Invalid position 8 in document of length 5` in the browser console **Expected results** Should pause and show the expression evaluated in the debugger editor e.g `1 + 1`