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

Issue 714955 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 0
Type: Bug-Regression



Sign in to add a comment

[DevTools] immediately resumed after breakpoint hit

Project Member Reported by kozyatinskiy@chromium.org, Apr 25 2017

Issue description

Chrome Version: 3fba7f46f286f5573abdcdd792f10e47b4e54380-refs/heads/master@{#466864}

What steps will reproduce the problem?
(1) build an polymer app following [1]
(2) open polymer web site with DevTools and put breakpoint at 
'this.page = 'view404';' line
(3) navigate to http://<polymer-app-url>/view123

[1] https://www.polymer-project.org/2.0/start/toolbox/set-up

What is the expected result?
break on breakpoint

What happens instead?
breakpoint hit and execution is instantly resumed

The issue here that polymer load new page using modern workers-related features and worker gets own set of agents and new Debugger agent gets resume call and then resume original agent break.
 
Status: Started (was: Assigned)
https://codereview.chromium.org/2842733002/
Description: Show this description
Cc: hablich@chromium.org
Labels: Merge-Request-5.9
Status: Fixed (was: Started)

Sign in to add a comment