Skip to content
This repository has been archived by the owner. It is now read-only.

[Breakpoints] don't trigger on page restart #4200

Closed
yurydelendik opened this issue Sep 28, 2017 · 4 comments
Closed

[Breakpoints] don't trigger on page restart #4200

yurydelendik opened this issue Sep 28, 2017 · 4 comments

Comments

@yurydelendik
Copy link
Contributor

@yurydelendik yurydelendik commented Sep 28, 2017

STR:

  1. Open example and start debugging
  2. Set breakpoints at fetch-brk.html line 6
  3. Refresh the page
  4. Press 'resume' when needed

Expected result:
Debugger stops at breakpoints

Actual result:
Only stops at debugger statements

@jasonLaster jasonLaster changed the title Breakpoints don't trigger on page restart [Breakpoints] don't trigger on page restart Jan 25, 2018
@jasonLaster
Copy link
Contributor

@jasonLaster jasonLaster commented Feb 19, 2018

it looks like promises would work by themselves work. https://dbg-then-bp.glitch.me/

this makes me think that there is something do with a race condition w/ fetch.

@jasonLaster jasonLaster added this to the April 24th milestone Apr 10, 2018
@jasonLaster jasonLaster modified the milestones: April 24th, May 8th Apr 24, 2018
@darkwing
Copy link
Contributor

@darkwing darkwing commented Aug 3, 2018

Can confirm this is still an issue. I get why it may be a timing issue but the console statement's breakpoint should get hit at some point

@darkwing
Copy link
Contributor

@darkwing darkwing commented Jan 30, 2019

Still an issue.

@janodvarko
Copy link
Member

@janodvarko janodvarko commented Dec 12, 2019

I can still reproduce this issue.
Reported in Bugzilla
https://bugzilla.mozilla.org/show_bug.cgi?id=1603444

Closing
Honza

@janodvarko janodvarko closed this Dec 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants