Break on first statement in new script
Categories
(DevTools :: Debugger, enhancement, P2)
Tracking
(firefox81 fixed)
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: fitzgen, Assigned: loganfsmyth)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Reporter | ||
Comment 3•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 4•12 years ago
|
||
Reporter | ||
Comment 5•12 years ago
|
||
Reporter | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Comment 9•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 10•12 years ago
|
||
Comment 11•11 years ago
|
||
Reporter | ||
Comment 12•11 years ago
|
||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Comment 13•11 years ago
|
||
Reporter | ||
Comment 14•11 years ago
|
||
Reporter | ||
Comment 15•11 years ago
|
||
Comment 16•11 years ago
|
||
Reporter | ||
Comment 17•11 years ago
|
||
Comment 18•11 years ago
|
||
Comment 19•11 years ago
|
||
Comment 20•11 years ago
|
||
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Comment 21•10 years ago
|
||
Comment 22•10 years ago
|
||
Updated•7 years ago
|
Comment 24•7 years ago
|
||
Updated•7 years ago
|
Comment 25•7 years ago
|
||
See Milestone 2, "Pause on Script/Scheduling/Messaging Lifecycle (aka non-events)" https://docs.google.com/document/d/1HPTnwnYydsRBRZw3XqGoiOSaMSIeHBvKRQENm4RegPI/edit#heading=h.kr917ato8oj9
Comment 26•6 years ago
|
||
Can I work on this bug ?
Updated•6 years ago
|
Updated•6 years ago
|
Comment 28•6 years ago
|
||
Dhyey, are you still interested in this?
Comment 29•6 years ago
|
||
@Jason Right now my hands are full with some other issues.
Updated•6 years ago
|
Comment 31•5 years ago
|
||
Just for reference, Chrome exposes this as instrumentation breakpoints "firstScriptStatement" : https://github.com/ChromeDevTools/devtools-frontend/blob/f5d825ac1bb6eca13782947e30e5c5c78b9de1f0/front_end/sdk/DOMDebuggerModel.js#L682
VS Code's debugger extensions also depend on it to ensure pausing on all files during page load: https://code.visualstudio.com/blogs/2017/12/20/chrome-debugging#_breakpoints-set-before-your-app-runs
If we get this right this should also help with debugging worker initialization.
Assignee | ||
Comment 33•5 years ago
|
||
Updated•5 years ago
|
Comment 34•5 years ago
|
||
Comment 35•5 years ago
|
||
bugherder |
Description
•