New issue
Advanced search Search tips

Issue 802888 link

Starred by 1 user

Issue metadata

Status: Archived
Owner:
Closed: Sep 27
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[DevTools] can not set breakpoint at line with several inline scripts

Project Member Reported by kozy@chromium.org, Jan 16 2018

Issue description

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.

 
Status: Archived (was: Assigned)

Sign in to add a comment