New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 733588 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Oct 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 1
Type: Bug



Sign in to add a comment

[DevTools] breakpoint doesn't work after LiveEdit

Project Member Reported by kozyatinskiy@chromium.org, Jun 15 2017

Issue description

What steps will reproduce the problem?
(1) open attached snippet in Chrome
(2) open foo.js source, put breakpoint at "return 42"
(3) run function foo() and pause at breakpoint
(4) resume
(5) add three new lines, and change 42 to 43
(6) run function foo again

What is the expected result?
break at breakpoint

What happens instead?
no break

I suspect that smart breakpoint restoring is too smart. 
 
live-edit-breakpoints.html
70 bytes View Download
Description: Show this description
Description: Show this description
Status: Fixed (was: Assigned)

Sign in to add a comment