Closed
Bug 1635295
Opened 5 years ago
Closed 5 years ago
Breakpoints take 7sec to appear for Firefox Send
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Harald, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
- Open Debugger on https://send.firefox.com/
- Add a breakpoint in one of the source-mapped files (I picked webpack:///app/ui/body.js)
- Refresh
AR: Breakpoints are missing completely for 7sec, without any indicator
ER: Fast and responsive sources complete with their respective breakpoints
I assume its script parsing, but the profile has few hints into which JS is being executed.
Comment 1•5 years ago
|
||
I wonder if this happens for a clean profile?
It is snappy for me
http://g.recordit.co/ylPF6IBGFL.gif
| Reporter | ||
Comment 2•5 years ago
|
||
Is it fast for me now in a fresh profile and my main profile. It also pauses correctly now in body.js. No idea what changed since my setup yesterday (I did enable Fission meanwhile in my main profile).
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•