Chrome Version: 65
What steps will reproduce the problem?
(1) create web page with more than one inline script at the same line:
<script>function foo(){}</script><script>function boo(){}</script>
(2) try to set breakpoint
What is the expected result?
breakpoint is set.
What happens instead?
breakpoint is set at next line with another script.
To set breakpoint we resolve line start and line end from UILocation to RawLocation. Locations are resolved into raw locations in different scripts and getPossibleBreakpoints fails.
For graphics-related bugs, please copy/paste the contents of the about:gpu
page at the end of this report.
Comment 1 by kozy@chromium.org
, Sep 27