It appears that Chrome devtools is not pausing on code within <script>
tags for me unless there's a bug. I'm hoping I didn't overlook something.
To test this, visit:
In the HTML payload, try inserting a debugger in the inline script code using devtools.
Personally, it never pauses for me.
For instance, when I placed a debugger on a line starting with function guiMeshPhysicalMaterial
:
https://i.sstatic.net/AKQnu.png
Upon refreshing, the script does not pause at that point.
Did I overlook something? Or should I report a bug in Chrome's tracker?